Searched refs:list_skb (Results 1 - 3 of 3) sorted by relevance

/net/iucv/
H A Daf_iucv.c1832 struct sk_buff *list_skb = list->next; local
1839 while (list_skb != (struct sk_buff *)list) {
1840 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) {
1841 this = list_skb;
1844 list_skb = list_skb->next;
2226 struct sk_buff *list_skb; local
2245 list_skb = list->next;
2246 nskb = list_skb->next;
2247 while (list_skb !
[all...]
/net/core/
H A Dskbuff.c2888 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; local
2933 if (!hsize && i >= nfrags && skb_headlen(list_skb) &&
2934 (skb_headlen(list_skb) == len || sg)) {
2935 BUG_ON(skb_headlen(list_skb) > len);
2938 nfrags = skb_shinfo(list_skb)->nr_frags;
2939 frag = skb_shinfo(list_skb)->frags;
2940 frag_skb = list_skb;
2941 pos += skb_headlen(list_skb);
2955 nskb = skb_clone(list_skb, GFP_ATOMIC);
2956 list_skb
[all...]
H A Ddev.c6956 struct sk_buff **list_skb; local
6970 list_skb = &sd->completion_queue;
6971 while (*list_skb)
6972 list_skb = &(*list_skb)->next;
6974 *list_skb = oldsd->completion_queue;

Completed in 42 milliseconds