taglinefilesource code
sk_buff_head99drivers/net/pi2.hstruct sk_buff_head sndq;  /* Packets awaiting transmission */
sk_buff_head135include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head109include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head110include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head111include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head112include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head116include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head130include/linux/skbuff.hstatic __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head144include/linux/skbuff.hextern __inline__ void skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head154include/linux/skbuff.hextern __inline__ void skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head172include/linux/skbuff.hextern __inline__ void skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head196include/linux/skbuff.hextern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head122include/net/ax25.hstruct sk_buff_head  write_queue;
sk_buff_head123include/net/ax25.hstruct sk_buff_head  ack_queue;
sk_buff_head53include/net/netrom.hstruct sk_buff_head  ack_queue, reseq_queue;
sk_buff_head105include/net/sock.hstruct sk_buff_head    back_log;
sk_buff_head109include/net/sock.hstruct sk_buff_head    write_queue,
sk_buff_head60net/appletalk/aarp.cstruct sk_buff_head packet_queue;  /* Queue of frames wait for resolution */
sk_buff_head93net/core/dev.cstatic struct sk_buff_head backlog = 
sk_buff_head155net/core/skbuff.cvoid skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head166net/core/skbuff.cvoid skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head191net/core/skbuff.cvoid skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head218net/core/skbuff.cstruct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head102net/ipv4/arp.cstruct sk_buff_head    skb;      /* list of queued packets   */
sk_buff_head132net/netrom/nr_in.cstruct sk_buff_head temp_queue;