Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dskbuff.c724 struct sk_buff *list_skb; in skb_dump() local
805 skb_walk_frags(skb, list_skb) in skb_dump()
806 skb_dump(level, list_skb, true); in skb_dump()
3655 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
3673 if (list_skb && !list_skb->head_frag && skb_headlen(list_skb) && in skb_segment()
3705 if (!list_skb || in skb_segment()
3717 frag_len = list_skb->len; in skb_segment()
3753 len = list_skb->len; in skb_segment()
3766 if (!hsize && i >= nfrags && skb_headlen(list_skb) && in skb_segment()
3767 (skb_headlen(list_skb) == len || sg)) { in skb_segment()
[all …]
Ddev.c9827 struct sk_buff **list_skb; in dev_cpu_dead() local
9838 list_skb = &sd->completion_queue; in dev_cpu_dead()
9839 while (*list_skb) in dev_cpu_dead()
9840 list_skb = &(*list_skb)->next; in dev_cpu_dead()
9842 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/Linux-v5.4/net/iucv/
Daf_iucv.c1891 struct sk_buff *list_skb; in iucv_callback_txdone() local
1897 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1898 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1899 this = list_skb; in iucv_callback_txdone()
2281 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local
2298 skb_queue_walk_safe(list, list_skb, nskb) { in afiucv_hs_callback_txnotify()
2299 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify()
2302 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2303 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2310 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
[all …]