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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h60 unsigned long rate_last; /* rate limiting for ICMP */ member in struct:dst_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dicmp.c282 dst->rate_tokens += now - dst->rate_last;
283 dst->rate_last = now;
H A Droute.c1313 if (time_after(jiffies, rt->u.dst.rate_last + ip_rt_redirect_silence))
1317 * set u.dst.rate_last to the last seen redirected packet.
1320 rt->u.dst.rate_last = jiffies;
1324 /* Check for load limit; set rate_last to the latest sent
1329 (rt->u.dst.rate_last +
1332 rt->u.dst.rate_last = jiffies;
1370 rt->u.dst.rate_tokens += now - rt->u.dst.rate_last;
1373 rt->u.dst.rate_last = now;

Completed in 162 milliseconds