Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dneighbour.c358 pneigh_queue_purge(&tbl->proxy_queue); in __neigh_ifdown()
1542 spin_lock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1544 skb_queue_walk_safe(&tbl->proxy_queue, skb, n) { in neigh_proxy_process()
1550 __skb_unlink(skb, &tbl->proxy_queue); in neigh_proxy_process()
1566 spin_unlock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1577 if (tbl->proxy_queue.qlen > NEIGH_VAR(p, PROXY_QLEN)) { in pneigh_enqueue()
1585 spin_lock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1592 __skb_queue_tail(&tbl->proxy_queue, skb); in pneigh_enqueue()
1594 spin_unlock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1719 skb_queue_head_init_class(&tbl->proxy_queue, in neigh_table_init()
[all …]
/Linux-v5.10/include/net/
Dneighbour.h220 struct sk_buff_head proxy_queue; member