Home
last modified time | relevance | path

Searched refs:list_skb (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/iucv/
Daf_iucv.c1829 struct sk_buff *list_skb = list->next; in iucv_callback_txdone() local
1836 while (list_skb != (struct sk_buff *)list) { in iucv_callback_txdone()
1837 if (!memcmp(&msg->tag, CB_TAG(list_skb), CB_TAG_LEN)) { in iucv_callback_txdone()
1838 this = list_skb; in iucv_callback_txdone()
1841 list_skb = list_skb->next; in iucv_callback_txdone()
2225 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()
[all …]
/linux-3.4.99/net/core/
Ddev.c6229 struct sk_buff **list_skb; in dev_cpu_callback() local
6243 list_skb = &sd->completion_queue; in dev_cpu_callback()
6244 while (*list_skb) in dev_cpu_callback()
6245 list_skb = &(*list_skb)->next; in dev_cpu_callback()
6247 *list_skb = oldsd->completion_queue; in dev_cpu_callback()