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