_POW2_BELOW32      31 net/bridge/netfilter/ebt_limit.c #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
_POW2_BELOW32     469 net/netfilter/xt_hashlimit.c #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32))
_POW2_BELOW32     470 net/netfilter/xt_hashlimit.c #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
_POW2_BELOW32      60 net/netfilter/xt_limit.c #define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)