Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dicmp.c229 #define XRLIM_BURST_FACTOR 6 macro
237 if (dst->rate_tokens > XRLIM_BURST_FACTOR*timeout) in xrlim_allow()
238 dst->rate_tokens = XRLIM_BURST_FACTOR*timeout; in xrlim_allow()