tag | line | file | source code |
sk_buff_head | 135 | include/linux/netdevice.h | struct sk_buff_head buffs[DEV_NUMBUFFS]; |
sk_buff_head | 106 | include/linux/skbuff.h | extern void skb_queue_head_init(struct sk_buff_head *list); |
sk_buff_head | 107 | include/linux/skbuff.h | extern void skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf); |
sk_buff_head | 108 | include/linux/skbuff.h | extern void skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf); |
sk_buff_head | 109 | include/linux/skbuff.h | extern struct sk_buff * skb_dequeue(struct sk_buff_head *list); |
sk_buff_head | 113 | include/linux/skbuff.h | extern struct sk_buff * skb_peek_copy(struct sk_buff_head *list); |
sk_buff_head | 127 | include/linux/skbuff.h | static __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_) |
sk_buff_head | 141 | include/linux/skbuff.h | extern __inline__ void skb_queue_head_init(struct sk_buff_head *list) |
sk_buff_head | 151 | include/linux/skbuff.h | extern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk) |
sk_buff_head | 169 | include/linux/skbuff.h | extern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk) |
sk_buff_head | 191 | include/linux/skbuff.h | extern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list_) |
sk_buff_head | 97 | net/inet/arp.c | struct sk_buff_head skb; /* list of queued packets */ |
sk_buff_head | 85 | net/inet/dev.c | static struct sk_buff_head backlog = |
sk_buff_head | 154 | net/inet/skbuff.c | void skb_queue_head_init(struct sk_buff_head *list) |
sk_buff_head | 165 | net/inet/skbuff.c | void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk) |
sk_buff_head | 190 | net/inet/skbuff.c | void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk) |
sk_buff_head | 217 | net/inet/skbuff.c | struct sk_buff *skb_dequeue(struct sk_buff_head *list_) |
sk_buff_head | 101 | net/inet/sock.h | struct sk_buff_head back_log; |
sk_buff_head | 105 | net/inet/sock.h | struct sk_buff_head write_queue, |