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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Ddev.c3867 struct sk_buff **list_skb; local
3882 list_skb = &sd->completion_queue;
3883 while (*list_skb)
3884 list_skb = &(*list_skb)->next;
3886 *list_skb = oldsd->completion_queue;

Completed in 102 milliseconds