mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-14 18:22:56 +00:00
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> |
History
|
|
|---|---|---|
| .. | ||
| bcm203x.c | ||
| bfusb.c | ||
| bluecard_cs.c | ||
| bpa10x.c | ||
| bt3c_cs.c | ||
| btuart_cs.c | ||
| dtl1_cs.c | ||
| hci_bcsp.c | ||
| hci_bcsp.h | ||
| hci_h4.c | ||
| hci_h4.h | ||
| hci_ldisc.c | ||
| hci_uart.h | ||
| hci_usb.c | ||
| hci_usb.h | ||
| hci_vhci.c | ||
| hci_vhci.h | ||
| Kconfig | ||
| Makefile | ||