Home
last modified time | relevance | path

Searched refs:TCP_BPF_SYN_IP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c97 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr.ip6, in __check_active_hdr_in()
106 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr, sizeof(hdr)); in __check_active_hdr_in()
/Linux-v5.10/tools/include/uapi/linux/
Dbpf.h4792 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
/Linux-v5.10/include/uapi/linux/
Dbpf.h4792 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
/Linux-v5.10/net/core/
Dfilter.c5061 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()
5093 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()