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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/iucv/
H A Daf_iucv.c1064 struct sk_buff *list_skb = list->next; local
1067 if (list_skb) {
1071 this = list_skb;
1072 list_skb = list_skb->next;
1073 } while (memcmp(&msg->tag, this->cb, 4) && list_skb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c3894 struct sk_buff **list_skb; local
3909 list_skb = &sd->completion_queue;
3910 while (*list_skb)
3911 list_skb = &(*list_skb)->next;
3913 *list_skb = oldsd->completion_queue;

Completed in 98 milliseconds