Home
last modified time | relevance | path

Searched refs:BPF_WRITE_HDR_TCP_SYNACK_COOKIE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c47 return skops->args[0] == BPF_WRITE_HDR_TCP_SYNACK_COOKIE; in skops_want_cookie()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4812 BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 2, /* Kernel is in syncookie mode enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4812 BPF_WRITE_HDR_TCP_SYNACK_COOKIE = 2, /* Kernel is in syncookie mode enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c462 return BPF_WRITE_HDR_TCP_SYNACK_COOKIE; in bpf_skops_write_hdr_opt_arg0()