taglinefilesource code
sk_buff_head99drivers/net/pi2.hstruct sk_buff_head sndq;  /* Packets awaiting transmission */
sk_buff_head147include/linux/mroute.hstruct sk_buff_head mfc_unresolved;  /* Unresolved buffers    */
sk_buff_head146include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head120include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head121include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head122include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head123include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head127include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head150include/linux/skbuff.hstatic __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head164include/linux/skbuff.hextern __inline__ void skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head174include/linux/skbuff.hextern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head192include/linux/skbuff.hextern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head216include/linux/skbuff.hextern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head153include/net/ax25.hstruct sk_buff_head  write_queue;
sk_buff_head154include/net/ax25.hstruct sk_buff_head  reseq_queue;
sk_buff_head155include/net/ax25.hstruct sk_buff_head  ack_queue;
sk_buff_head156include/net/ax25.hstruct sk_buff_head  frag_queue;
sk_buff_head60include/net/netrom.hstruct sk_buff_head  ack_queue;
sk_buff_head61include/net/netrom.hstruct sk_buff_head  reseq_queue;
sk_buff_head62include/net/netrom.hstruct sk_buff_head  frag_queue;
sk_buff_head137include/net/sock.hstruct sk_buff_head  back_log;
sk_buff_head141include/net/sock.hstruct sk_buff_head  write_queue,
sk_buff_head61net/appletalk/aarp.cstruct sk_buff_head packet_queue;  /* Queue of frames wait for resolution */
sk_buff_head97net/core/dev.cstatic struct sk_buff_head backlog = 
sk_buff_head189net/core/skbuff.cvoid skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head200net/core/skbuff.cvoid skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head225net/core/skbuff.cvoid skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head252net/core/skbuff.cstruct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head122net/ipv4/arp.cstruct sk_buff_head    skb;      /* list of queued packets   */
sk_buff_head34net/netlink.cstatic struct sk_buff_head skb_queue_rd[MAX_LINKS]; 
sk_buff_head173net/netrom/nr_in.cstruct sk_buff_head temp_queue;