Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/core/
Ddst.c72 dst_gc_timer_inc += DST_GC_INC; in dst_run_gc()
134 if (dst_gc_timer_inc > DST_GC_INC) { in __dst_free()
135 dst_gc_timer_inc = DST_GC_INC; in __dst_free()
/linux-2.4.37.9/include/net/
Ddst.h22 #define DST_GC_INC (HZ/2) macro