join_timer        102 include/net/garp.h 	struct timer_list	join_timer;
join_timer        115 include/net/mrp.h 	struct timer_list	join_timer;
join_timer        398 net/802/garp.c 	mod_timer(&app->join_timer, jiffies + delay);
join_timer        403 net/802/garp.c 	struct garp_applicant *app = from_timer(app, t, join_timer);
join_timer        584 net/802/garp.c 	timer_setup(&app->join_timer, garp_join_timer, 0);
join_timer        608 net/802/garp.c 	del_timer_sync(&app->join_timer);
join_timer        583 net/802/mrp.c  	mod_timer(&app->join_timer, jiffies + delay);
join_timer        588 net/802/mrp.c  	struct mrp_applicant *app = from_timer(app, t, join_timer);
join_timer        865 net/802/mrp.c  	timer_setup(&app->join_timer, mrp_join_timer, 0);
join_timer        893 net/802/mrp.c  	del_timer_sync(&app->join_timer);