1SKB_QUEUE_IS_LAST(9)           Linux Networking           SKB_QUEUE_IS_LAST(9)
2
3
4

NAME

6       skb_queue_is_last - check if skb is the last entry in the queue
7

SYNOPSIS

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

ARGUMENTS

13       list
14           queue head
15
16       skb
17           buffer
18

DESCRIPTION

20       Returns true if skb is the last buffer on the list.
21
23Kernel Hackers Manual 2.6.       November 2011            SKB_QUEUE_IS_LAST(9)
Impressum