David S. Miller
b03efcfb21
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
...
This is part of the grand scheme to eliminate the qlen
member of skb_queue_head, and subsequently remove the
'list' member of sk_buff.
Most users of skb_queue_len() want to know if the queue is
empty or not, and that's trivially done with skb_queue_empty()
which doesn't use the skb_queue_head->qlen member and instead
uses the queue list emptyness as the test.
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-07-08 14:57:23 -07:00
..
2005-06-28 12:55:30 -07:00
2005-06-28 12:55:30 -07:00
2005-06-08 15:11:02 -07:00
2005-04-24 20:19:54 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-28 12:56:45 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-05 14:12:44 -07:00
2005-04-16 15:20:36 -07:00
2005-06-23 21:00:58 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-06-24 17:39:03 -07:00
2005-07-05 15:29:16 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-07-05 14:15:53 -07:00
2005-04-16 15:20:36 -07:00
2005-07-05 15:29:16 -07:00
2005-06-28 12:56:45 -07:00
2005-06-18 22:53:29 -07:00
2005-06-18 22:58:00 -07:00
2005-07-05 14:15:09 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-05-03 14:39:33 -07:00
2005-04-16 15:20:36 -07:00
2005-05-26 12:55:48 -07:00
2005-04-16 15:20:36 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-04-25 12:15:01 -07:00