Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dneighbour.c261 pneigh_queue_purge(&tbl->proxy_queue); in neigh_ifdown()
1355 spin_lock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1357 skb_queue_walk_safe(&tbl->proxy_queue, skb, n) { in neigh_proxy_process()
1363 __skb_unlink(skb, &tbl->proxy_queue); in neigh_proxy_process()
1379 spin_unlock(&tbl->proxy_queue.lock); in neigh_proxy_process()
1390 if (tbl->proxy_queue.qlen > NEIGH_VAR(p, PROXY_QLEN)) { in pneigh_enqueue()
1398 spin_lock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1405 __skb_queue_tail(&tbl->proxy_queue, skb); in pneigh_enqueue()
1407 spin_unlock(&tbl->proxy_queue.lock); in pneigh_enqueue()
1531 skb_queue_head_init_class(&tbl->proxy_queue, in neigh_table_init()
[all …]
/linux-4.1.27/include/net/
Dneighbour.h212 struct sk_buff_head proxy_queue; member