The skb_queue_empty function checks an skbuff queue for "emptiness".
This function provides a quick and easy way to determine if there are
any sk_buff elements on a given queue.
RETURN VALUE
If there are any sk_buff elements on the list, then 0 is returned.
Otherwise, 1 is returned to indicate that the list is empty.