Searched refs:list_skb (Results 1 – 3 of 3) sorted by relevance
1268 struct sk_buff *list_skb; in skb_dump() local1360 skb_walk_frags(skb, list_skb) in skb_dump()1361 skb_dump(level, list_skb, true); in skb_dump()4595 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local4612 while (list_skb) { in skb_segment_list()4613 nskb = list_skb; in skb_segment_list()4614 list_skb = list_skb->next; in skb_segment_list()4635 nskb->next = list_skb; in skb_segment_list()4697 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local4717 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) { in skb_segment()[all …]
12437 struct sk_buff **list_skb; in dev_cpu_dead() local12448 list_skb = &sd->completion_queue; in dev_cpu_dead()12449 while (*list_skb) in dev_cpu_dead()12450 list_skb = &(*list_skb)->next; in dev_cpu_dead()12452 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
1740 struct sk_buff *list_skb; in iucv_callback_txdone() 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() 1739 struct sk_buff *list_skb; iucv_callback_txdone() local