Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dneighbour.c261 pneigh_queue_purge(&tbl->proxy_queue); in neigh_ifdown()
1362 spin_lock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1364 skb_queue_walk_safe(&tbl->proxy_queue, skb, n) { in neigh_proxy_process()
1370 __skb_unlink(skb, &tbl->proxy_queue); in neigh_proxy_process()
1386 spin_unlock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1397 if (tbl->proxy_queue.qlen > NEIGH_VAR(p, PROXY_QLEN)) { in pneigh_enqueue()
1405 spin_lock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1412 __skb_queue_tail(&tbl->proxy_queue, skb); in pneigh_enqueue()
1414 spin_unlock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1538 skb_queue_head_init_class(&tbl->proxy_queue, in neigh_table_init()
[all …]
/linux-4.4.14/include/net/
Dneighbour.h213 struct sk_buff_head proxy_queue; member