tag | line | file | source code |
sk_buff_head | 117 | include/linux/netdevice.h | struct sk_buff_head buffs[DEV_NUMBUFFS]; |
sk_buff_head | 102 | include/linux/skbuff.h | extern void skb_queue_head_init(struct sk_buff_head *list); |
sk_buff_head | 103 | include/linux/skbuff.h | extern void skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf); |
sk_buff_head | 104 | include/linux/skbuff.h | extern void skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf); |
sk_buff_head | 105 | include/linux/skbuff.h | extern struct sk_buff * skb_dequeue(struct sk_buff_head *list); |
sk_buff_head | 109 | include/linux/skbuff.h | extern struct sk_buff * skb_peek_copy(struct sk_buff_head *list); |
sk_buff_head | 123 | include/linux/skbuff.h | static __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_) |
sk_buff_head | 86 | net/inet/arp.c | struct sk_buff_head skb; /* list of queued packets */ |
sk_buff_head | 70 | net/inet/dev.c | static struct sk_buff_head backlog = |
sk_buff_head | 149 | net/inet/skbuff.c | void skb_queue_head_init(struct sk_buff_head *list) |
sk_buff_head | 163 | net/inet/skbuff.c | void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk) |
sk_buff_head | 191 | net/inet/skbuff.c | void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk) |
sk_buff_head | 220 | net/inet/skbuff.c | struct sk_buff *skb_dequeue(struct sk_buff_head *list_) |
sk_buff_head | 94 | net/inet/sock.h | struct sk_buff_head back_log; |
sk_buff_head | 98 | net/inet/sock.h | struct sk_buff_head write_queue, |