list_skb 9826 net/core/dev.c struct sk_buff **list_skb; list_skb 9837 net/core/dev.c list_skb = &sd->completion_queue; list_skb 9838 net/core/dev.c while (*list_skb) list_skb 9839 net/core/dev.c list_skb = &(*list_skb)->next; list_skb 9841 net/core/dev.c *list_skb = oldsd->completion_queue; list_skb 724 net/core/skbuff.c struct sk_buff *list_skb; list_skb 805 net/core/skbuff.c skb_walk_frags(skb, list_skb) list_skb 806 net/core/skbuff.c skb_dump(level, list_skb, true); list_skb 3655 net/core/skbuff.c struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; list_skb 3673 net/core/skbuff.c if (list_skb && !list_skb->head_frag && skb_headlen(list_skb) && list_skb 3705 net/core/skbuff.c if (!list_skb || list_skb 3717 net/core/skbuff.c frag_len = list_skb->len; list_skb 3753 net/core/skbuff.c len = list_skb->len; list_skb 3766 net/core/skbuff.c if (!hsize && i >= nfrags && skb_headlen(list_skb) && list_skb 3767 net/core/skbuff.c (skb_headlen(list_skb) == len || sg)) { list_skb 3768 net/core/skbuff.c BUG_ON(skb_headlen(list_skb) > len); list_skb 3771 net/core/skbuff.c nfrags = skb_shinfo(list_skb)->nr_frags; list_skb 3772 net/core/skbuff.c frag = skb_shinfo(list_skb)->frags; list_skb 3773 net/core/skbuff.c frag_skb = list_skb; list_skb 3774 net/core/skbuff.c pos += skb_headlen(list_skb); list_skb 3788 net/core/skbuff.c nskb = skb_clone(list_skb, GFP_ATOMIC); list_skb 3789 net/core/skbuff.c list_skb = list_skb->next; list_skb 3865 net/core/skbuff.c nfrags = skb_shinfo(list_skb)->nr_frags; list_skb 3866 net/core/skbuff.c frag = skb_shinfo(list_skb)->frags; list_skb 3867 net/core/skbuff.c frag_skb = list_skb; list_skb 3868 net/core/skbuff.c if (!skb_headlen(list_skb)) { list_skb 3871 net/core/skbuff.c BUG_ON(!list_skb->head_frag); list_skb 3882 net/core/skbuff.c list_skb = list_skb->next; list_skb 1891 net/iucv/af_iucv.c struct sk_buff *list_skb; list_skb 1897 net/iucv/af_iucv.c skb_queue_walk(list, list_skb) { list_skb 1898 net/iucv/af_iucv.c if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { list_skb 1899 net/iucv/af_iucv.c this = list_skb; list_skb 2281 net/iucv/af_iucv.c struct sk_buff *list_skb; list_skb 2298 net/iucv/af_iucv.c skb_queue_walk_safe(list, list_skb, nskb) { list_skb 2299 net/iucv/af_iucv.c if (skb_shinfo(list_skb) == skb_shinfo(skb)) { list_skb 2302 net/iucv/af_iucv.c __skb_unlink(list_skb, list); list_skb 2303 net/iucv/af_iucv.c kfree_skb(list_skb); list_skb 2310 net/iucv/af_iucv.c __skb_unlink(list_skb, list); list_skb 2314 net/iucv/af_iucv.c kfree_skb(list_skb); list_skb 2321 net/iucv/af_iucv.c __skb_unlink(list_skb, list); list_skb 2322 net/iucv/af_iucv.c kfree_skb(list_skb);