table of contents
other versions
SKB_QUEUE_EMPTY(9) | Linux Networking | SKB_QUEUE_EMPTY(9) |
NAME¶
skb_queue_empty - check if a queue is empty
SYNOPSIS¶
int skb_queue_empty(const struct sk_buff_head * list);
ARGUMENTS¶
const struct sk_buff_head * list
queue head
DESCRIPTION¶
Returns true if the queue is empty, false otherwise.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |