table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_PEEK_NEXT(9) | Linux Networking | SKB_PEEK_NEXT(9) |
NAME¶
skb_peek_next - peek skb following the given one from a queueSYNOPSIS¶
struct
sk_buff * skb_peek_next(struct sk_buff * skb,
const struct sk_buff_head * list_);
ARGUMENTS¶
skbskb to start from
list_
list to peek at
DESCRIPTION¶
Returns NULL when the end of the list is met or a pointer to the next element. The reference count is not incremented and the reference is therefore volatile. Use with caution.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |