Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Droute.c117 int ip_rt_gc_elasticity = 8; variable
555 (ip_rt_gc_elasticity << rt_hash_log); in rt_garbage_collect()
709 if (chain_length > ip_rt_gc_elasticity) { in rt_intern_hash()
733 int saved_elasticity = ip_rt_gc_elasticity; in rt_intern_hash()
735 ip_rt_gc_elasticity = 1; in rt_intern_hash()
739 ip_rt_gc_elasticity = saved_elasticity; in rt_intern_hash()
2462 data: &ip_rt_gc_elasticity,