Name

skb_queue_is_last — check if skb is the last entry in the queue

Synopsis

bool skb_queue_is_last (const struct sk_buff_head *  list,
 const struct sk_buff *  skb);

Arguments

list

queue head

skb

buffer

Description

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