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
|
|
|---|---|---|
| .. | ||
| af_irda.h | ||
| crc.h | ||
| discovery.h | ||
| ircomm_core.h | ||
| ircomm_event.h | ||
| ircomm_lmp.h | ||
| ircomm_param.h | ||
| ircomm_ttp.h | ||
| ircomm_tty.h | ||
| ircomm_tty_attach.h | ||
| irda.h | ||
| irda_device.h | ||
| iriap.h | ||
| iriap_event.h | ||
| irias_object.h | ||
| irlan_client.h | ||
| irlan_common.h | ||
| irlan_eth.h | ||
| irlan_event.h | ||
| irlan_filter.h | ||
| irlan_provider.h | ||
| irlap.h | ||
| irlap_event.h | ||
| irlap_frame.h | ||
| irlmp.h | ||
| irlmp_event.h | ||
| irlmp_frame.h | ||
| irmod.h | ||
| irqueue.h | ||
| irttp.h | ||
| parameters.h | ||
| qos.h | ||
| timer.h | ||
| wrapper.h | ||