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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c171 while (e->arpq_head) {
172 struct sk_buff *skb = e->arpq_head;
174 e->arpq_head = skb->next;
218 if (e->arpq_head)
221 e->arpq_head = skb;
254 if (e->state == L2T_STATE_RESOLVING && e->arpq_head)
313 while (e->arpq_head) {
314 struct sk_buff *skb = e->arpq_head;
316 e->arpq_head = skb->next;
465 arpq = e->arpq_head;
[all...]
H A Dl2t.h65 struct sk_buff *arpq_head; /* queue of packets awaiting resolution */ member in struct:l2t_entry

Completed in 33 milliseconds