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

/linux-master/net/bridge/netfilter/
H A Debt_limit.c24 #define MAX_CPJ (0xFFFFFFFF / (HZ*60*60*24)) macro
33 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
/linux-master/net/netfilter/
H A Dxt_limit.c48 #define MAX_CPJ (0xFFFFFFFF / (HZ*60*60*24)) macro
60 #define CREDITS_PER_JIFFY POW2_BELOW32(MAX_CPJ)
H A Dxt_hashlimit.c459 #define MAX_CPJ (0xFFFFFFFFFFFFFFFFULL / (HZ*60*60*24)) macro
473 #define CREDITS_PER_JIFFY POW2_BELOW64(MAX_CPJ)

Completed in 206 milliseconds