Home
last modified time | relevance | path

Searched refs:proxy_queue (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/net/core/
Dneighbour.c362 pneigh_queue_purge(&tbl->proxy_queue); in __neigh_ifdown()
1543 spin_lock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1545 skb_queue_walk_safe(&tbl->proxy_queue, skb, n) { in neigh_proxy_process()
1551 __skb_unlink(skb, &tbl->proxy_queue); in neigh_proxy_process()
1567 spin_unlock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1576 if (tbl->proxy_queue.qlen > NEIGH_VAR(p, PROXY_QLEN)) { in pneigh_enqueue()
1584 spin_lock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1591 __skb_queue_tail(&tbl->proxy_queue, skb); in pneigh_enqueue()
1593 spin_unlock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1717 skb_queue_head_init_class(&tbl->proxy_queue, in neigh_table_init()
[all …]
/Linux-v5.15/include/net/
Dneighbour.h220 struct sk_buff_head proxy_queue; member