Lines Matching refs:list_skb
1831 struct sk_buff *list_skb = list->next; in iucv_callback_txdone() local
1838 while (list_skb != (struct sk_buff *)list) { in iucv_callback_txdone()
1839 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1840 this = list_skb; in iucv_callback_txdone()
1843 list_skb = list_skb->next; in iucv_callback_txdone()
2225 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local
2244 list_skb = list->next; in afiucv_hs_callback_txnotify()
2245 nskb = list_skb->next; in afiucv_hs_callback_txnotify()
2246 while (list_skb != (struct sk_buff *)list) { in afiucv_hs_callback_txnotify()
2247 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify()
2250 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2251 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2258 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2262 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2269 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2270 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2279 list_skb = nskb; in afiucv_hs_callback_txnotify()