taglinefilesource code
sk_buff_head115include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head95include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head96include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head97include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head98include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head102include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head116include/linux/skbuff.hstatic __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head81net/inet/arp.cstruct sk_buff_head    skb;      /* list of queued packets   */
sk_buff_head63net/inet/dev.cstatic struct sk_buff_head backlog = 
sk_buff_head130net/inet/skbuff.cvoid skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head144net/inet/skbuff.cvoid skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head172net/inet/skbuff.cvoid skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head201net/inet/skbuff.cstruct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head324net/inet/skbuff.cstruct sk_buff *skb_peek_copy(struct sk_buff_head *list_)
sk_buff_head94net/inet/sock.hstruct sk_buff_head    back_log;
sk_buff_head98net/inet/sock.hstruct sk_buff_head    write_queue,