Searched refs:rs_timer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | if_inet6.h | 205 struct timer_list rs_timer; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf_core.c | 261 WARN_ON(timer_pending(&idev->rs_timer)); in in6_dev_finish_destroy()
|
H A D | addrconf.c | 306 if (del_timer(&idev->rs_timer)) in addrconf_del_rs_timer() 319 if (!mod_timer(&idev->rs_timer, jiffies + when)) in addrconf_mod_rs_timer() 382 timer_setup(&ndev->rs_timer, addrconf_rs_timer, 0); in ipv6_add_dev() 3901 struct inet6_dev *idev = from_timer(idev, t, rs_timer); in addrconf_rs_timer()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | if_inet6.h | 214 struct timer_list rs_timer; member
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf_core.c | 268 WARN_ON(timer_pending(&idev->rs_timer)); in in6_dev_finish_destroy()
|
H A D | addrconf.c | 310 if (del_timer(&idev->rs_timer)) in addrconf_del_rs_timer() 323 if (!mod_timer(&idev->rs_timer, jiffies + when)) in addrconf_mod_rs_timer() 386 timer_setup(&ndev->rs_timer, addrconf_rs_timer, 0); in ipv6_add_dev() 3970 struct inet6_dev *idev = from_timer(idev, t, rs_timer); in addrconf_rs_timer()
|
Completed in 19 milliseconds