Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_hashlimit.c469 #define _POW2_BELOW64(x) (_POW2_BELOW32(x)|_POW2_BELOW32((x)>>32)) macro
471 #define POW2_BELOW64(x) ((_POW2_BELOW64(x)>>1) + 1)