Home
last modified time | relevance | path

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

/Linux-v6.1/net/core/
Dskbuff.c918 struct sk_buff *list_skb; in skb_dump() local
996 skb_walk_frags(skb, list_skb) in skb_dump()
997 skb_dump(level, list_skb, true); in skb_dump()
4022 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local
4035 nskb = list_skb; in skb_segment_list()
4036 list_skb = list_skb->next; in skb_segment_list()
4057 nskb->next = list_skb; in skb_segment_list()
4081 } while (list_skb); in skb_segment_list()
4120 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
4141 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) { in skb_segment()
[all …]
Ddev.c11056 struct sk_buff **list_skb; in dev_cpu_dead() local
11067 list_skb = &sd->completion_queue; in dev_cpu_dead()
11068 while (*list_skb) in dev_cpu_dead()
11069 list_skb = &(*list_skb)->next; in dev_cpu_dead()
11071 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/Linux-v6.1/net/iucv/
Daf_iucv.c1733 struct sk_buff *list_skb; in iucv_callback_txdone() local
1743 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1744 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1745 this = list_skb; in iucv_callback_txdone()