table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SKB_QUEUE_EMPTY(9) | Linux Networking | SKB_QUEUE_EMPTY(9) |
NAME¶
skb_queue_empty - check if a queue is emptySYNOPSIS¶
int
skb_queue_empty(const struct sk_buff_head * list);
ARGUMENTS¶
listqueue head
DESCRIPTION¶
Returns true if the queue is empty, false otherwise.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |