Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Ddn_route.c113 static struct timer_list dn_rt_flush_timer = { function: dn_run_flush }; variable
277 if (del_timer(&dn_rt_flush_timer) && delay > 0 && dn_rt_deadline) { in dn_rt_cache_flush()
296 dn_rt_flush_timer.expires = now + delay; in dn_rt_cache_flush()
297 add_timer(&dn_rt_flush_timer); in dn_rt_cache_flush()