Lines Matching refs:list_skb
1832 struct sk_buff *list_skb = list->next; in iucv_callback_txdone() local
1839 while (list_skb != (struct sk_buff *)list) { in iucv_callback_txdone()
1840 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1841 this = list_skb; in iucv_callback_txdone()
1844 list_skb = list_skb->next; in iucv_callback_txdone()
2226 struct sk_buff *list_skb; in afiucv_hs_callback_txnotify() local
2245 list_skb = list->next; in afiucv_hs_callback_txnotify()
2246 nskb = list_skb->next; in afiucv_hs_callback_txnotify()
2247 while (list_skb != (struct sk_buff *)list) { in afiucv_hs_callback_txnotify()
2248 if (skb_shinfo(list_skb) == skb_shinfo(skb)) { in afiucv_hs_callback_txnotify()
2251 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2252 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2259 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2263 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2270 __skb_unlink(list_skb, list); in afiucv_hs_callback_txnotify()
2271 kfree_skb(list_skb); in afiucv_hs_callback_txnotify()
2280 list_skb = nskb; in afiucv_hs_callback_txnotify()