
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.

skb_queue_empty - check if a queue is empty
int skb_queue_empty (const struct sk_buff_head * list);
list queue head
Returns true if the queue is empty, false otherwise.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.