proxy_timer       218 include/net/neighbour.h 	struct timer_list 	proxy_timer;
proxy_timer       355 net/core/neighbour.c 	del_timer_sync(&tbl->proxy_timer);
proxy_timer      1533 net/core/neighbour.c 	struct neigh_table *tbl = from_timer(tbl, t, proxy_timer);
proxy_timer      1559 net/core/neighbour.c 	del_timer(&tbl->proxy_timer);
proxy_timer      1561 net/core/neighbour.c 		mod_timer(&tbl->proxy_timer, jiffies + sched_next);
proxy_timer      1582 net/core/neighbour.c 	if (del_timer(&tbl->proxy_timer)) {
proxy_timer      1583 net/core/neighbour.c 		if (time_before(tbl->proxy_timer.expires, sched_next))
proxy_timer      1584 net/core/neighbour.c 			sched_next = tbl->proxy_timer.expires;
proxy_timer      1589 net/core/neighbour.c 	mod_timer(&tbl->proxy_timer, sched_next);
proxy_timer      1714 net/core/neighbour.c 	timer_setup(&tbl->proxy_timer, neigh_proxy_process, 0);
proxy_timer      1730 net/core/neighbour.c 	del_timer_sync(&tbl->proxy_timer);