Searched refs:ip_rt_error_cost (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.c127 static int ip_rt_error_cost = HZ; variable
1374 if (rt->u.dst.rate_tokens >= ip_rt_error_cost) {
1375 rt->u.dst.rate_tokens -= ip_rt_error_cost;
3050 .data = &ip_rt_error_cost,

Completed in 148 milliseconds