table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_QUEUE_IS_FIRST(9) | Linux Networking | SKB_QUEUE_IS_FIRST(9) |
NAME¶
skb_queue_is_first - check if skb is the first entry in the queueSYNOPSIS¶
bool
skb_queue_is_first(const struct sk_buff_head * list,
const struct sk_buff * skb);
ARGUMENTS¶
listqueue head
skb
buffer
DESCRIPTION¶
Returns true if skb is the first buffer on the list.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |