Home
last modified time | relevance | path

Searched refs:TCP_SAVE_SYN (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/samples/bpf/
Dtcp_tos_reflect_kern.c42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c157 v = bpf_setsockopt(skops, IPPROTO_TCP, TCP_SAVE_SYN, in bpf_testcb()
Dtest_misc_tcp_hdr_options.c305 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in misc_estab()
Dtest_tcp_hdr_options.c604 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in estab()
/Linux-v5.15/include/uapi/linux/
Dtcp.h117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/Linux-v5.15/tools/include/uapi/linux/
Dtcp.h117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/Linux-v5.15/net/mptcp/
Dsockopt.c532 case TCP_SAVE_SYN: in mptcp_supported_sockopt()
/Linux-v5.15/net/ipv4/
Dtcp.c3538 case TCP_SAVE_SYN: in do_tcp_setsockopt()
4120 case TCP_SAVE_SYN: in do_tcp_getsockopt()
/Linux-v5.15/Documentation/networking/
Dip-sysctl.rst782 B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from
/Linux-v5.15/net/core/
Dfilter.c4907 case TCP_SAVE_SYN: in _bpf_setsockopt()