Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/netfilter/
Debt_limit.c27 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
28 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))
/Linux-v4.19/net/netfilter/
Dxt_limit.c60 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
61 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))
Dxt_hashlimit.c477 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4)) macro
478 #define _POW2_BELOW16(x) (_POW2_BELOW8(x)|_POW2_BELOW8((x)>>8))