Searched refs:list_skb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 736 struct sk_buff *list_skb; in skb_dump() local 814 skb_walk_frags(skb, list_skb) in skb_dump() 815 skb_dump(level, list_skb, true); in skb_dump() 3689 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local 3706 while (list_skb) { in skb_segment_list() 3707 nskb = list_skb; in skb_segment_list() 3708 list_skb = list_skb->next; in skb_segment_list() 3729 nskb->next = list_skb; in skb_segment_list() 3812 struct sk_buff *list_skb in skb_segment() local [all...] |
H A D | dev.c | 10930 struct sk_buff **list_skb; in dev_cpu_dead() local 10941 list_skb = &sd->completion_queue; in dev_cpu_dead() 10942 while (*list_skb) in dev_cpu_dead() 10943 list_skb = &(*list_skb)->next; in dev_cpu_dead() 10945 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 1168 struct sk_buff *list_skb; in skb_dump() local 1246 skb_walk_frags(skb, list_skb) in skb_dump() 1247 skb_dump(level, list_skb, true); in skb_dump() 4330 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local 4347 while (list_skb) { in skb_segment_list() 4348 nskb = list_skb; in skb_segment_list() 4349 list_skb = list_skb->next; in skb_segment_list() 4370 nskb->next = list_skb; in skb_segment_list() 4432 struct sk_buff *list_skb in skb_segment() local [all...] |
H A D | dev.c | 11265 struct sk_buff **list_skb; in dev_cpu_dead() local 11276 list_skb = &sd->completion_queue; in dev_cpu_dead() 11277 while (*list_skb) in dev_cpu_dead() 11278 list_skb = &(*list_skb)->next; in dev_cpu_dead() 11280 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
|
/kernel/linux/linux-5.10/net/iucv/ |
H A D | af_iucv.c | 1752 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() 2141 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local 2158 skb_queue_walk_safe(list, list_skb, nskb) { in afiucv_hs_callback_txnotify() 2159 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify() 2162 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify() 2163 kfree_skb(list_skb); in afiucv_hs_callback_txnotify() 2170 __skb_unlink(list_skb, lis in afiucv_hs_callback_txnotify() [all...] |
/kernel/linux/linux-6.6/net/iucv/ |
H A D | af_iucv.c | 1733 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()
|
Completed in 69 milliseconds