Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dif_inet6.h218 struct timer_list rs_timer; member
/linux-6.3-rc2/net/ipv6/
A Daddrconf_core.c261 WARN_ON(timer_pending(&idev->rs_timer)); in in6_dev_finish_destroy()
A Daddrconf.c308 if (del_timer(&idev->rs_timer)) in addrconf_del_rs_timer()
321 if (!timer_pending(&idev->rs_timer)) in addrconf_mod_rs_timer()
323 mod_timer(&idev->rs_timer, jiffies + when); in addrconf_mod_rs_timer()
385 timer_setup(&ndev->rs_timer, addrconf_rs_timer, 0); in ipv6_add_dev()
3918 struct inet6_dev *idev = from_timer(idev, t, rs_timer); in addrconf_rs_timer()

Completed in 16 milliseconds