Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dflow.c61 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()
/linux-4.4.14/include/net/
Dflowcache.h23 struct timer_list rnd_timer; member