Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Ddst.c40 static struct timer_list dst_gc_timer = variable
50 mod_timer(&dst_gc_timer, jiffies + HZ/10); in dst_run_gc()
55 del_timer(&dst_gc_timer); in dst_run_gc()
73 dst_gc_timer.expires = jiffies + dst_gc_timer_expires; in dst_run_gc()
78 add_timer(&dst_gc_timer); in dst_run_gc()
137 mod_timer(&dst_gc_timer, jiffies + dst_gc_timer_expires); in __dst_free()