Home
last modified time | relevance | path

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

/linux-5.19.10/net/core/ !
Dskbuff.c805 struct sk_buff *list_skb; in skb_dump() local
883 skb_walk_frags(skb, list_skb) in skb_dump()
884 skb_dump(level, list_skb, true); in skb_dump()
3889 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local
3902 nskb = list_skb; in skb_segment_list()
3903 list_skb = list_skb->next; in skb_segment_list()
3924 nskb->next = list_skb; in skb_segment_list()
3948 } while (list_skb); in skb_segment_list()
3987 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
4004 if (list_skb && !list_skb->head_frag && skb_headlen(list_skb) && in skb_segment()
[all …]
Ddev.c11053 struct sk_buff **list_skb; in dev_cpu_dead() local
11064 list_skb = &sd->completion_queue; in dev_cpu_dead()
11065 while (*list_skb) in dev_cpu_dead()
11066 list_skb = &(*list_skb)->next; in dev_cpu_dead()
11068 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/linux-5.19.10/net/iucv/ !
Daf_iucv.c1735 struct sk_buff *list_skb; in iucv_callback_txdone() local
1745 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1746 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1747 this = list_skb; in iucv_callback_txdone()