Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c98 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()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6904 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6904 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c5603 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()
5635 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()