Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
POW2_BELOW32
net/bridge/netfilter/ebt_limit.c
31
#define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
net/netfilter/xt_hashlimit.c
472
#define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)
net/netfilter/xt_limit.c
58
#define POW2_BELOW32(x) ((_POW2_BELOW32(x)>>1) + 1)