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

/linux-master/net/bridge/netfilter/
H A Debt_limit.c28 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
29 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))
/linux-master/net/netfilter/
H A Dxt_limit.c55 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
56 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))
H A Dxt_hashlimit.c466 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
467 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))

Completed in 118 milliseconds