Searched refs:rt_secret_timer (Results 1 – 1 of 1) sorted by relevance
128 static struct timer_list rt_secret_timer; variable514 mod_timer(&rt_secret_timer, now + ip_rt_secret_interval); in rt_secret_rebuild()2618 rt_secret_timer.function = rt_secret_rebuild; in ip_rt_init()2627 rt_secret_timer.expires = jiffies + net_random() % ip_rt_secret_interval + in ip_rt_init()2629 add_timer(&rt_secret_timer); in ip_rt_init()