Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
_POW2_BELOW2
net/bridge/netfilter/ebt_limit.c
26
#define _POW2_BELOW2(x) ((x)|((x)>>1))
net/netfilter/xt_hashlimit.c
466
#define _POW2_BELOW2(x) ((x)|((x)>>1))
net/netfilter/xt_limit.c
53
#define _POW2_BELOW2(x) ((x)|((x)>>1))