Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dskbuff.c722 struct sk_buff *list_skb; in skb_dump() local
800 skb_walk_frags(skb, list_skb) in skb_dump()
801 skb_dump(level, list_skb, true); in skb_dump()
3640 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local
3652 nskb = list_skb; in skb_segment_list()
3653 list_skb = list_skb->next; in skb_segment_list()
3679 } while (list_skb); in skb_segment_list()
3741 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
3758 if (list_skb && !list_skb->head_frag && skb_headlen(list_skb) && in skb_segment()
3790 if (!list_skb || in skb_segment()
[all …]
Ddev.c10802 struct sk_buff **list_skb; in dev_cpu_dead() local
10813 list_skb = &sd->completion_queue; in dev_cpu_dead()
10814 while (*list_skb) in dev_cpu_dead()
10815 list_skb = &(*list_skb)->next; in dev_cpu_dead()
10817 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/Linux-v5.10/net/iucv/
Daf_iucv.c1752 struct sk_buff *list_skb; in iucv_callback_txdone() local
1758 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1759 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1760 this = list_skb; in iucv_callback_txdone()
2142 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local
2159 skb_queue_walk_safe(list, list_skb, nskb) { in afiucv_hs_callback_txnotify()
2160 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify()
2163 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2164 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2171 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
[all …]