Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/netfilter/
H A Debt_limit.c29 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
/openbmc/linux/net/netfilter/
H A Dxt_limit.c56 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro
H A Dxt_hashlimit.c467 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8)) macro