Searched refs:_POW2_BELOW4 (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/bridge/netfilter/
H A Debt_limit.c27 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
28 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))
/linux-master/net/netfilter/
H A Dxt_limit.c54 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
55 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))
H A Dxt_hashlimit.c465 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
466 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))

Completed in 221 milliseconds