Home
last modified time | relevance | path

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

/linux-6.15/samples/bpf/
H A Dtcp_tos_reflect_kern.c42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c143 v = bpf_setsockopt(skops, IPPROTO_TCP, TCP_SAVE_SYN, in bpf_testcb()
H A Dbpf_tracing_net.h52 #define TCP_SAVE_SYN 27 macro
H A Dtest_misc_tcp_hdr_options.c309 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in misc_estab()
H A Dsetget_sockopt.c339 return bpf_setsockopt(ctx, IPPROTO_TCP, TCP_SAVE_SYN, in test_tcp_saved_syn()
H A Dtest_tcp_hdr_options.c604 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in estab()
/linux-6.15/tools/include/uapi/linux/
H A Dtcp.h117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/linux-6.15/include/uapi/linux/
H A Dtcp.h120 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/linux-6.15/net/mptcp/
H A Dsockopt.c557 case TCP_SAVE_SYN: in mptcp_supported_sockopt()
/linux-6.15/net/ipv4/
H A Dtcp.c3949 case TCP_SAVE_SYN: in do_tcp_setsockopt()
4566 case TCP_SAVE_SYN: in do_tcp_getsockopt()
/linux-6.15/Documentation/networking/
H A Dip-sysctl.rst836 B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from
/linux-6.15/net/core/
H A Dfilter.c5448 case TCP_SAVE_SYN: in sol_tcp_sockopt()