Searched refs:list_skb (Results 1 – 3 of 3) sorted by relevance
1168 struct sk_buff *list_skb; in skb_dump() local1246 skb_walk_frags(skb, list_skb) in skb_dump()1247 skb_dump(level, list_skb, true); in skb_dump()4341 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local4358 while (list_skb) { in skb_segment_list()4359 nskb = list_skb; in skb_segment_list()4360 list_skb = list_skb->next; in skb_segment_list()4381 nskb->next = list_skb; in skb_segment_list()4443 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local4463 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) { in skb_segment()[all …]
11311 struct sk_buff **list_skb; in dev_cpu_dead() local11322 list_skb = &sd->completion_queue; in dev_cpu_dead()11323 while (*list_skb) in dev_cpu_dead()11324 list_skb = &(*list_skb)->next; in dev_cpu_dead()11326 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
1741 struct sk_buff *list_skb; in iucv_callback_txdone() local1751 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()1752 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()1753 this = list_skb; in iucv_callback_txdone()