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_head158include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head125include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head126include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head127include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head128include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head132include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head155include/linux/skbuff.hstatic __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head169include/linux/skbuff.hextern __inline__ void skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head179include/linux/skbuff.hextern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head197include/linux/skbuff.hextern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head221include/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_head139include/net/sock.hstruct sk_buff_head  back_log;
sk_buff_head143include/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_head99net/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_head129net/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;