SKB_QUEUE_EMPTY
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
NAME
skb_queue_empty - check if a queue is empty
SYNOPSIS
-
int skb_queue_empty(const struct sk_buff_head * list);
ARGUMENTS
list
-
- queue head
DESCRIPTION
Returns true if the queue is empty, false otherwise.
COPYRIGHT