Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dskbuff.c1279 struct sk_buff *list_skb; in skb_dump() local
4583 while (list_skb) { in skb_segment_list()
4584 nskb = list_skb; in skb_segment_list()
4585 list_skb = list_skb->next; in skb_segment_list()
4606 nskb->next = list_skb; in skb_segment_list()
4718 if (!list_skb || in skb_segment()
4774 len = list_skb->len; in skb_segment()
4794 frag_skb = list_skb; in skb_segment()
4809 list_skb = list_skb->next; in skb_segment()
4899 frag_skb = list_skb; in skb_segment()
[all …]
H A Ddev.c12234 struct sk_buff **list_skb; in dev_cpu_dead() local
12245 list_skb = &sd->completion_queue; in dev_cpu_dead()
12246 while (*list_skb) in dev_cpu_dead()
12247 list_skb = &(*list_skb)->next; in dev_cpu_dead()
12249 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/linux-6.15/net/iucv/
H A Daf_iucv.c1740 struct sk_buff *list_skb; in iucv_callback_txdone() local
1750 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1751 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1752 this = list_skb; in iucv_callback_txdone()