Home
last modified time | relevance | path

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

/linux/include/net/
H A Dif_inet6.h214 struct timer_list rs_timer; member
/linux/net/ipv6/
H A Daddrconf.c319 if (timer_delete(&idev->rs_timer)) in addrconf_del_rs_timer()
332 if (!mod_timer(&idev->rs_timer, jiffies + when)) in addrconf_mod_rs_timer()
395 timer_setup(&ndev->rs_timer, addrconf_rs_timer, 0); in ipv6_add_dev()
4028 struct inet6_dev *idev = timer_container_of(idev, t, rs_timer); in addrconf_rs_timer()