Searched refs:ip_rt_error_burst (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c128 static int ip_rt_error_burst = 5 * HZ; variable
1371 if (rt->u.dst.rate_tokens > ip_rt_error_burst)
1372 rt->u.dst.rate_tokens = ip_rt_error_burst;
3058 .data = &ip_rt_error_burst,

Completed in 102 milliseconds