Home
last modified time | relevance | path

Searched defs:POW2_BELOW32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/bridge/netfilter/
H A Debt_limit.c31 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
/openbmc/linux/net/netfilter/
H A Dxt_limit.c58 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro
H A Dxt_hashlimit.c470 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1) macro