Searched refs:rs_timer (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv6/
H A Daddrconf_core.c161 WARN_ON(timer_pending(&idev->rs_timer)); in6_dev_finish_destroy()
H A Daddrconf.c273 if (del_timer(&idev->rs_timer)) addrconf_del_rs_timer()
286 if (!timer_pending(&idev->rs_timer)) addrconf_mod_rs_timer()
288 mod_timer(&idev->rs_timer, jiffies + when); addrconf_mod_rs_timer()
350 setup_timer(&ndev->rs_timer, addrconf_rs_timer, ipv6_add_dev()
/linux-4.4.14/include/net/
H A Dif_inet6.h203 struct timer_list rs_timer; member in struct:inet6_dev

Completed in 181 milliseconds