skb_queue_is_first (9) Linux Manual Page
skb_queue_is_first – check if skb is the first entry in the queue
Synopsis
-
bool skb_queue_is_first(const struct sk_buff_headlist* , const struct sk_buffskb* );
Arguments
list
-
- queue head
skb
- buffer
Description
Returns true if skb is the first buffer on the list.
