Searched refs:rnd_timer (Results 1 – 2 of 2) sorted by relevance
61 fc->rnd_timer.expires = jiffies + FLOW_HASH_RND_PERIOD; in flow_cache_new_hashrnd()62 add_timer(&fc->rnd_timer); in flow_cache_new_hashrnd()471 setup_timer(&fc->rnd_timer, flow_cache_new_hashrnd, in flow_cache_init()473 fc->rnd_timer.expires = jiffies + FLOW_HASH_RND_PERIOD; in flow_cache_init()474 add_timer(&fc->rnd_timer); in flow_cache_init()499 del_timer_sync(&fc->rnd_timer); in flow_cache_fini()
23 struct timer_list rnd_timer; member