| tag | line | file | source code |
| sk_buff_head | 99 | drivers/net/pi2.h | struct sk_buff_head sndq; /* Packets awaiting transmission */ |
| sk_buff_head | 147 | include/linux/mroute.h | struct sk_buff_head mfc_unresolved; /* Unresolved buffers */ |
| sk_buff_head | 146 | include/linux/netdevice.h | struct sk_buff_head buffs[DEV_NUMBUFFS]; |
| sk_buff_head | 120 | include/linux/skbuff.h | extern void skb_queue_head_init(struct sk_buff_head *list); |
| sk_buff_head | 121 | include/linux/skbuff.h | extern void skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf); |
| sk_buff_head | 122 | include/linux/skbuff.h | extern void skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf); |
| sk_buff_head | 123 | include/linux/skbuff.h | extern struct sk_buff * skb_dequeue(struct sk_buff_head *list); |
| sk_buff_head | 127 | include/linux/skbuff.h | extern struct sk_buff * skb_peek_copy(struct sk_buff_head *list); |
| sk_buff_head | 150 | include/linux/skbuff.h | static __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_) |
| sk_buff_head | 164 | include/linux/skbuff.h | extern __inline__ void skb_queue_head_init(struct sk_buff_head *list) |
| sk_buff_head | 174 | include/linux/skbuff.h | extern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk) |
| sk_buff_head | 192 | include/linux/skbuff.h | extern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk) |
| sk_buff_head | 216 | include/linux/skbuff.h | extern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list_) |
| sk_buff_head | 153 | include/net/ax25.h | struct sk_buff_head write_queue; |
| sk_buff_head | 154 | include/net/ax25.h | struct sk_buff_head reseq_queue; |
| sk_buff_head | 155 | include/net/ax25.h | struct sk_buff_head ack_queue; |
| sk_buff_head | 156 | include/net/ax25.h | struct sk_buff_head frag_queue; |
| sk_buff_head | 60 | include/net/netrom.h | struct sk_buff_head ack_queue; |
| sk_buff_head | 61 | include/net/netrom.h | struct sk_buff_head reseq_queue; |
| sk_buff_head | 62 | include/net/netrom.h | struct sk_buff_head frag_queue; |
| sk_buff_head | 137 | include/net/sock.h | struct sk_buff_head back_log; |
| sk_buff_head | 141 | include/net/sock.h | struct sk_buff_head write_queue, |
| sk_buff_head | 61 | net/appletalk/aarp.c | struct sk_buff_head packet_queue; /* Queue of frames wait for resolution */ |
| sk_buff_head | 97 | net/core/dev.c | static struct sk_buff_head backlog = |
| sk_buff_head | 189 | net/core/skbuff.c | void skb_queue_head_init(struct sk_buff_head *list) |
| sk_buff_head | 200 | net/core/skbuff.c | void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk) |
| sk_buff_head | 225 | net/core/skbuff.c | void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk) |
| sk_buff_head | 252 | net/core/skbuff.c | struct sk_buff *skb_dequeue(struct sk_buff_head *list_) |
| sk_buff_head | 122 | net/ipv4/arp.c | struct sk_buff_head skb; /* list of queued packets */ |
| sk_buff_head | 34 | net/netlink.c | static struct sk_buff_head skb_queue_rd[MAX_LINKS]; |
| sk_buff_head | 173 | net/netrom/nr_in.c | struct sk_buff_head temp_queue; |