Home
last modified time | relevance | path

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

/linux-6.1.9/net/bridge/netfilter/
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)
/linux-6.1.9/net/netfilter/
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)
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)