Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A Dtcp_tos_reflect_kern.c42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
/linux/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.h48 #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.c336 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/tools/include/uapi/linux/
H A Dtcp.h117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/linux/include/uapi/linux/
H A Dtcp.h117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
/linux/net/mptcp/
H A Dsockopt.c557 case TCP_SAVE_SYN: in mptcp_supported_sockopt()
/linux/net/ipv4/
H A Dtcp.c3915 case TCP_SAVE_SYN: in do_tcp_setsockopt()
4532 case TCP_SAVE_SYN: in do_tcp_getsockopt()
/linux/Documentation/networking/
H A Dip-sysctl.rst834 B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from
/linux/net/core/
H A Dfilter.c5384 case TCP_SAVE_SYN: in sol_tcp_sockopt()