Searched refs:arpq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dl2t.c109 skb_queue_walk_safe(&e->arpq, skb, tmp) {
110 __skb_unlink(skb, &e->arpq);
124 __skb_queue_tail(&e->arpq, skb);
151 * Only the first packet added to the arpq should kick off
153 * we allow each packet added to the arpq to retry resolution
165 if (!skb_queue_empty(&e->arpq))
201 * Only the first packet added to the arpq should kick off
203 * we allow each packet added to the arpq to retry resolution
346 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq) argument
350 skb_queue_walk_safe(arpq, sk
367 struct sk_buff_head arpq; local
[all...]
H A Dl2t.h67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */ member in struct:l2t_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dl2t.c413 * on the arpq head. If a packet specifies a failure handler it is invoked,
416 static void handle_failed_resolution(struct adapter *adap, struct sk_buff *arpq) argument
418 while (arpq) {
419 struct sk_buff *skb = arpq;
422 arpq = skb->next;
438 struct sk_buff *arpq = NULL; local
465 arpq = e->arpq_head;
480 if (arpq)
481 handle_failed_resolution(adap, arpq);

Completed in 155 milliseconds