Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dneighbour.c300 pneigh_queue_purge(&tbl->proxy_queue); in neigh_ifdown()
1417 spin_lock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1419 skb_queue_walk_safe(&tbl->proxy_queue, skb, n) { in neigh_proxy_process()
1425 __skb_unlink(skb, &tbl->proxy_queue); in neigh_proxy_process()
1441 spin_unlock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1452 if (tbl->proxy_queue.qlen > NEIGH_VAR(p, PROXY_QLEN)) { in pneigh_enqueue()
1460 spin_lock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1467 __skb_queue_tail(&tbl->proxy_queue, skb); in pneigh_enqueue()
1469 spin_unlock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1593 skb_queue_head_init_class(&tbl->proxy_queue, in neigh_table_init()
[all …]
/Linux-v4.19/include/net/
Dneighbour.h215 struct sk_buff_head proxy_queue; member