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-21 21:51:48 -07:00
2005-07-02 10:35:33 -07:00
2005-06-02 13:04:07 -07:00
2005-06-29 22:48:05 -07:00
2005-06-29 08:46:30 -07:00
2005-07-08 14:57:23 -07:00
2005-06-25 16:25:07 -07:00
2005-07-07 18:24:07 -07:00
2005-07-07 18:23:43 -07:00
2005-07-06 13:54:09 -07:00
2005-06-20 15:15:32 -07:00
2005-06-20 15:15:32 -07:00
2005-06-19 21:47:56 -04:00
2005-06-28 09:09:06 -07:00
2005-07-06 12:55:20 -07:00
2005-07-07 18:24:07 -07:00
2005-07-06 13:05:50 -07:00
2005-07-07 18:23:50 -07:00
2005-06-30 08:45:10 -07:00
2005-07-08 14:57:23 -07:00
2005-07-06 12:55:20 -07:00
2005-06-25 16:24:56 -07:00
2005-07-07 18:24:11 -07:00
2005-07-07 18:24:04 -07:00
2005-07-07 18:23:43 -07:00
2005-06-21 19:07:35 -07:00
2005-07-01 13:07:37 +01:00
2005-07-07 18:24:07 -07:00
2005-07-08 14:57:23 -07:00
2005-04-16 15:20:36 -07:00
2005-06-24 00:06:27 -07:00
2005-06-27 21:52:39 -07:00
2005-07-07 18:24:07 -07:00
2005-07-07 18:23:43 -07:00
2005-07-07 18:24:07 -07:00
2005-06-25 17:10:13 -07:00
2005-07-08 14:57:23 -07:00
2005-07-04 13:24:14 -07:00
2005-07-07 18:24:07 -07:00
2005-07-07 18:24:07 -07:00
2005-06-20 15:15:35 -07:00
2005-06-21 18:46:32 -07:00
2005-04-16 15:20:36 -07:00
2005-07-07 18:24:07 -07:00
2005-07-08 14:57:23 -07:00
2005-07-07 18:24:11 -07:00
2005-06-25 17:10:13 -07:00
2005-06-20 15:15:35 -07:00
2005-06-21 18:46:32 -07:00
2005-06-21 18:46:32 -07:00