Name

__skb_peek — peek at the head of a non-empty sk_buff_head

Synopsis

struct sk_buff * __skb_peek (const struct sk_buff_head * list_);
 

Arguments

list_

list to peek at

Description

Like skb_peek, but the caller knows that the list is not empty.