skb_queue_is_first (9) - Linux Manuals

skb_queue_is_first: check if skb is the first entry in the queue

NAME

skb_queue_is_first - check if skb is the first entry in the queue

SYNOPSIS

bool skb_queue_is_first(const struct sk_buff_head list, const struct sk_buff skb);

ARGUMENTS

list

queue head

skb

buffer

DESCRIPTION

Returns true if skb is the first buffer on the list.

COPYRIGHT