Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debt_limit.c30 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
31 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
/openbmc/linux/net/netfilter/
H A Dxt_limit.c57 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
58 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
H A Dxt_hashlimit.c468 #define _POW2_BELOW32(x) (_POW2_BELOW16(x)|_POW2_BELOW16((x)>>16)) macro
469 #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32))
470 #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)