/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_tos_reflect_kern.c | 42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 43 #define TCP_SAVE_SYN 27 macro
|
H A D | test_tcpbpf_kern.c | 154 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 | 337 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()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tcp_tos_reflect_kern.c | 42 rv = bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in bpf_basertt()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 182 v = bpf_setsockopt(skops, IPPROTO_TCP, TCP_SAVE_SYN, in bpf_testcb()
|
H A D | test_misc_tcp_hdr_options.c | 305 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in misc_estab()
|
H A D | test_tcp_hdr_options.c | 604 bpf_setsockopt(skops, SOL_TCP, TCP_SAVE_SYN, in estab()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 84 #define TCP_SAVE_SYN 27 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 117 #define TCP_SAVE_SYN 27 /* Record SYN headers for new connections */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 84 #define TCP_SAVE_SYN 27 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 89 #define TCP_SAVE_SYN 27 macro
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | sockopt.c | 558 case TCP_SAVE_SYN: in mptcp_supported_sockopt()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 3398 case TCP_SAVE_SYN: in do_tcp_setsockopt() 3987 case TCP_SAVE_SYN: in do_tcp_getsockopt()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp.c | 3607 case TCP_SAVE_SYN: in do_tcp_setsockopt() 4176 case TCP_SAVE_SYN: in do_tcp_getsockopt()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | filter.c | 4970 case TCP_SAVE_SYN: in _bpf_setsockopt() 5195 /* TCP_SAVE_SYN may not have saved the mac hdr */ in bpf_sock_ops_get_syn()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 5291 case TCP_SAVE_SYN: in sol_tcp_sockopt() 5616 /* TCP_SAVE_SYN may not have saved the mac hdr */ in bpf_sock_ops_get_syn()
|