Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TCP_SYN
tools/testing/selftests/bpf/progs/xdpwall.c
183
info->flags |= TCP_SYN;
tools/testing/selftests/bpf/progs/xdpwall.c
242
match_info->is_tcp_syn = (info->flags & TCP_SYN) > 0;