table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_QUEUE_NEXT(9) | Linux Networking | SKB_QUEUE_NEXT(9) |
NAME¶
skb_queue_next - return the next packet in the queueSYNOPSIS¶
struct
sk_buff *
skb_queue_next(const struct sk_buff_head * list,
const struct sk_buff * skb);
ARGUMENTS¶
listqueue head
skb
current buffer
DESCRIPTION¶
Return the next packet in list after skb. It is only valid to call this if skb_queue_is_last evaluates to false.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |