dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/hamradio
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
..
6pack.c [PATCH] Convert users to tty_unregister_ldisc() 2005-06-23 09:45:36 -07:00
Kconfig [PATCH] ISA DMA Kconfig fixes - part 3 2005-05-04 07:33:14 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
baycom_epp.c [PATCH] drivers/net/hamradio/baycom_epp.c: cleanups 2005-06-02 15:12:31 -07:00
baycom_par.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
baycom_ser_fdx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
baycom_ser_hdx.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bpqether.c [AX25] Introduce ax25_type_trans 2005-04-24 18:53:06 -07:00
dmascc.c [AX25] Introduce ax25_type_trans 2005-04-24 18:53:06 -07:00
hdlcdrv.c [AX25] Introduce ax25_type_trans 2005-04-24 18:53:06 -07:00
mkiss.c [PATCH] Convert users to tty_unregister_ldisc() 2005-06-23 09:45:36 -07:00
mkiss.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scc.c [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() 2005-07-08 14:57:23 -07:00
yam.c [AX25] Introduce ax25_type_trans 2005-04-24 18:53:06 -07:00
yam1200.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
yam9600.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
z8530.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00