Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_hashlimit.h7 #define XT_HASHLIMIT_SCALE 10000 macro
/linux-4.1.27/net/netfilter/
Dxt_hashlimit.c433 return (user / XT_HASHLIMIT_SCALE) * HZ * CREDITS_PER_JIFFY; in user2credits()
435 return (user * HZ * CREDITS_PER_JIFFY) / XT_HASHLIMIT_SCALE; in user2credits()