The Linux Kernel API
Prev
Next
skb_queue_empty
Name
skb_queue_empty -- check if a queue is empty
Synopsis
int skb_queue_empty
(struct sk_buff_head * list);
Arguments
list
queue head
Description
Returns true if the queue is empty, false otherwise.
Prev
Home
Next
Linux Networking
Up
skb_get