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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.c156 * Only the first packet added to the arpq should kick off
158 * we allow each packet added to the arpq to retry resolution
206 * Only the first packet added to the arpq should kick off
208 * we allow each packet added to the arpq to retry resolution
352 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff *arpq) argument
354 while (arpq) {
355 struct sk_buff *skb = arpq;
358 arpq = skb->next;
374 struct sk_buff *arpq = NULL; local
397 arpq
[all...]

Completed in 84 milliseconds