Searched refs:list_skb (Results 1 – 3 of 3) sorted by relevance
1279 struct sk_buff *list_skb; in skb_dump() local4583 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 …]
12234 struct sk_buff **list_skb; in dev_cpu_dead() local12245 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()
1740 struct sk_buff *list_skb; in iucv_callback_txdone() local1750 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()