Home
last modified time | relevance | path

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

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