table of contents
other versions
- stretch 4.9.168-1
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¶
April 2019 | Kernel Hackers Manual 4.9. |