Searched refs:TCP_SAVE_SYN (Results 1 – 11 of 11) sorted by relevance
/linux/samples/bpf/ |
H A D | tcp_tos_reflect_kern.c | 42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 143 v = bpf_setsockopt(skops, IPPROTO_TCP, TCP_SAVE_SYN, in bpf_testcb()
|
H A D | test_misc_tcp_hdr_options.c | 309 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in misc_estab()
|
H A D | setget_sockopt.c | 350 return bpf_setsockopt(ctx, IPPROTO_TCP, TCP_SAVE_SYN, in test_tcp_saved_syn()
|
H A D | test_tcp_hdr_options.c | 604 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in estab()
|
/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/linux/include/uapi/linux/ |
H A D | tcp.h | 120 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/linux/net/mptcp/ |
H A D | sockopt.c | 557 case TCP_SAVE_SYN: in mptcp_supported_sockopt()
|
/linux/net/ipv4/ |
H A D | tcp.c | 3982 case TCP_SAVE_SYN: in do_tcp_setsockopt() 4601 case TCP_SAVE_SYN: in do_tcp_getsockopt()
|
/linux/Documentation/networking/ |
H A D | ip-sysctl.rst | 932 B, and only B has TCP_SAVE_SYN enabled. B cannot read SYN data from
|
/linux/net/core/ |
H A D | filter.c | 5465 case TCP_SAVE_SYN: in sol_tcp_sockopt() 5799 /* TCP_SAVE_SYN may not have saved the mac hdr */ in bpf_sock_ops_get_syn()
|