Searched refs:arpq (Results 1 – 2 of 2) sorted by relevance
110 skb_queue_walk_safe(&e->arpq, skb, tmp) { in setup_l2e_send_pending()111 __skb_unlink(skb, &e->arpq); in setup_l2e_send_pending()125 __skb_queue_tail(&e->arpq, skb); in arpq_enqueue()167 if (!skb_queue_empty(&e->arpq)) in t3_l2t_send_slow()380 static void handle_failed_resolution(struct t3cdev *dev, struct sk_buff_head *arpq) in handle_failed_resolution() argument384 skb_queue_walk_safe(arpq, skb, tmp) { in handle_failed_resolution()387 __skb_unlink(skb, arpq); in handle_failed_resolution()401 struct sk_buff_head arpq; in t3_l2t_update() local418 __skb_queue_head_init(&arpq); in t3_l2t_update()427 skb_queue_splice_init(&e->arpq, &arpq); in t3_l2t_update()[all …]
67 struct sk_buff_head arpq; /* queue of packets awaiting resolution */ member