Lines Matching refs:list_skb
1830 struct sk_buff *list_skb = list->next; in iucv_callback_txdone() local
1837 while (list_skb != (struct sk_buff *)list) { in iucv_callback_txdone()
1838 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1839 this = list_skb; in iucv_callback_txdone()
1842 list_skb = list_skb->next; in iucv_callback_txdone()
2224 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local
2243 list_skb = list->next; in afiucv_hs_callback_txnotify()
2244 nskb = list_skb->next; in afiucv_hs_callback_txnotify()
2245 while (list_skb != (struct sk_buff *)list) { in afiucv_hs_callback_txnotify()
2246 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify()
2249 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2250 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2257 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2261 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2268 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2269 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2278 list_skb = nskb; in afiucv_hs_callback_txnotify()