Searched refs:TCP_BPF_SYN_IP (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6928 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6925 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator
|
/openbmc/linux/net/core/ |
H A D | filter.c | 5612 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn() 5644 } else if (optname == TCP_BPF_SYN_IP) { in bpf_sock_ops_get_syn()
|