taglinefilesource code
sk_buff_head135include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head104include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head105include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head106include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head107include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head111include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head125include/linux/skbuff.hstatic __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head139include/linux/skbuff.hextern __inline__ void skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head149include/linux/skbuff.hextern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head167include/linux/skbuff.hextern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head189include/linux/skbuff.hextern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head93net/inet/arp.cstruct sk_buff_head    skb;      /* list of queued packets   */
sk_buff_head74net/inet/dev.cstatic struct sk_buff_head backlog = 
sk_buff_head153net/inet/skbuff.cvoid skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head164net/inet/skbuff.cvoid skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head189net/inet/skbuff.cvoid skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head216net/inet/skbuff.cstruct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head96net/inet/sock.hstruct sk_buff_head    back_log;
sk_buff_head100net/inet/sock.hstruct sk_buff_head    write_queue,