Home
last modified time | relevance | path

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

/Linux-v4.19/net/bridge/netfilter/
Debt_limit.c26 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
27 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))
/Linux-v4.19/net/netfilter/
Dxt_limit.c59 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
60 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))
Dxt_hashlimit.c476 #define _POW2_BELOW4(x) (_POW2_BELOW2(x)|_POW2_BELOW2((x)>>2)) macro
477 #define _POW2_BELOW8(x) (_POW2_BELOW4(x)|_POW2_BELOW4((x)>>4))