1SKB_QUEUE_NEXT(9) Linux Networking SKB_QUEUE_NEXT(9)
23
4
NAME
6skb_queue_next - return the next packet in the queue
7
SYNOPSIS
9struct sk_buff * skb_queue_next(const struct sk_buff_head * list,
10const struct sk_buff * skb);
11
ARGUMENTS
13list
14queue head
1516
skb
17current buffer
18
DESCRIPTION
20Return the next packet in list after skb. It is only valid to call this
21if skb_queue_is_last evaluates to false.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. November 2011 SKB_QUEUE_NEXT(9)