SKB_QUEUE_IS_LAST
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
 
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.
 
COPYRIGHT