taglinefilesource code
sk_buff_head99drivers/net/pi2.hstruct sk_buff_head sndq;  /* Packets awaiting transmission */
sk_buff_head139drivers/net/pt.hstruct sk_buff_head sndq;  /* Packets awaiting transmission */
sk_buff_head147include/linux/mroute.hstruct sk_buff_head mfc_unresolved;  /* Unresolved buffers    */
sk_buff_head164include/linux/netdevice.hstruct sk_buff_head    buffs[DEV_NUMBUFFS];
sk_buff_head52include/linux/skbuff.hstruct sk_buff_head * list;    /* List we are on        */
sk_buff_head141include/linux/skbuff.hextern void      skb_queue_head_init(struct sk_buff_head *list);
sk_buff_head142include/linux/skbuff.hextern void      skb_queue_head(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head143include/linux/skbuff.hextern void      skb_queue_tail(struct sk_buff_head *list,struct sk_buff *buf);
sk_buff_head144include/linux/skbuff.hextern struct sk_buff *    skb_dequeue(struct sk_buff_head *list);
sk_buff_head148include/linux/skbuff.hextern __u32      skb_queue_len(struct sk_buff_head *list);
sk_buff_head149include/linux/skbuff.hextern struct sk_buff *    skb_peek_copy(struct sk_buff_head *list);
sk_buff_head167include/linux/skbuff.hextern __inline__ int skb_queue_empty(struct sk_buff_head *list)
sk_buff_head178include/linux/skbuff.hextern __inline__ struct sk_buff *skb_peek(struct sk_buff_head *list_)
sk_buff_head190include/linux/skbuff.hextern __inline__ __u32 skb_queue_len(struct sk_buff_head *list_)
sk_buff_head203include/linux/skbuff.hextern __inline__ void skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head217include/linux/skbuff.hextern __inline__ void __skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk)
sk_buff_head231include/linux/skbuff.hextern __inline__ void skb_queue_head(struct sk_buff_head *list, struct sk_buff *newsk)
sk_buff_head245include/linux/skbuff.hextern __inline__ void __skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk)
sk_buff_head259include/linux/skbuff.hextern __inline__ void skb_queue_tail(struct sk_buff_head *list, struct sk_buff *newsk)
sk_buff_head273include/linux/skbuff.hextern __inline__ struct sk_buff *__skb_dequeue(struct sk_buff_head *list)
sk_buff_head293include/linux/skbuff.hextern __inline__ struct sk_buff *skb_dequeue(struct sk_buff_head *list)
sk_buff_head311include/linux/skbuff.hstruct sk_buff_head * list)
sk_buff_head352include/linux/skbuff.hextern __inline__ void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list)
sk_buff_head160include/net/ax25.hstruct sk_buff_head  write_queue;
sk_buff_head161include/net/ax25.hstruct sk_buff_head  reseq_queue;
sk_buff_head162include/net/ax25.hstruct sk_buff_head  ack_queue;
sk_buff_head163include/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_head200include/net/sock.hstruct sk_buff_head  back_log;
sk_buff_head204include/net/sock.hstruct sk_buff_head  write_queue,
sk_buff_head59net/appletalk/aarp.cstruct sk_buff_head packet_queue;  /* Queue of frames wait for resolution */
sk_buff_head483net/ax25/ax25_subr.cstatic int ax25_list_length(struct sk_buff_head *list, struct sk_buff *skb)
sk_buff_head111net/core/dev.cstatic struct sk_buff_head backlog;
sk_buff_head342net/core/dev.cstruct sk_buff_head *list;
sk_buff_head720net/core/dev.cstruct sk_buff_head * head;
sk_buff_head198net/core/skbuff.cvoid skb_queue_head_init(struct sk_buff_head *list)
sk_buff_head210net/core/skbuff.cvoid skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head234net/core/skbuff.cvoid __skb_queue_head(struct sk_buff_head *list_,struct sk_buff *newsk)
sk_buff_head257net/core/skbuff.cvoid skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head282net/core/skbuff.cvoid __skb_queue_tail(struct sk_buff_head *list_, struct sk_buff *newsk)
sk_buff_head307net/core/skbuff.cstruct sk_buff *skb_dequeue(struct sk_buff_head *list_)
sk_buff_head338net/core/skbuff.cstruct sk_buff *__skb_dequeue(struct sk_buff_head *list_)
sk_buff_head395net/core/skbuff.cstruct sk_buff_head * list)
sk_buff_head138net/ipv4/arp.cstruct sk_buff_head    skb;      /* list of queued packets   */
sk_buff_head1188net/ipv4/tcp_input.cstatic inline void tcp_insert_skb(struct sk_buff * skb, struct sk_buff_head * list)
sk_buff_head1239net/ipv4/tcp_input.cstruct sk_buff_head * list = &sk->receive_queue;
sk_buff_head1503net/ipv4/tcp_input.cstatic inline void tcp_remove_dups(struct sk_buff_head * list)
sk_buff_head1530net/ipv4/tcp_input.cstatic void prune_queue(struct sk_buff_head * list)
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;