Searched refs:TCP_BPF_SYN_IP (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_misc_tcp_hdr_options.c | 98 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr.ip6, in __check_active_hdr_in() 107 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr, sizeof(hdr)); in __check_active_hdr_in()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 7131 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 7131 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 5742 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn() 5774 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()
|