Searched refs:rnd_timer (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
H A Dflowcache.h23 struct timer_list rnd_timer; member in struct:flow_cache
/linux-4.4.14/net/core/
H A Dflow.c61 fc->rnd_timer.expires = jiffies + FLOW_HASH_RND_PERIOD; flow_cache_new_hashrnd()
62 add_timer(&fc->rnd_timer); flow_cache_new_hashrnd()
471 setup_timer(&fc->rnd_timer, flow_cache_new_hashrnd,
473 fc->rnd_timer.expires = jiffies + FLOW_HASH_RND_PERIOD;
474 add_timer(&fc->rnd_timer);
499 del_timer_sync(&fc->rnd_timer); flow_cache_fini()

Completed in 42 milliseconds