Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EMIT2
arch/s390/net/bpf_jit_comp.c
155
#define EMIT2(op, b1, b2) \
arch/x86/net/bpf_jit_comp.c
42
#define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2)
arch/x86/net/bpf_jit_comp32.c
68
#define EMIT2(b1, b2) EMIT((b1) + ((b2) << 8), 2)