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

/linux-master/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,
107 ret = bpf_getsockopt(skops, SOL_TCP, TCP_BPF_SYN_IP, &hdr, sizeof(hdr));
/linux-master/include/uapi/linux/
H A Dbpf.h7051 * IP[46] and TCP header by using TCP_BPF_SYN_IP.
7060 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator in enum:__anon2691
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7051 * IP[46] and TCP header by using TCP_BPF_SYN_IP.
7060 TCP_BPF_SYN_IP = 1006, /* Copy the IP[46] and TCP header */ enumerator in enum:__anon3232
/linux-master/net/core/
H A Dfilter.c5602 } else if (optname == TCP_BPF_SYN_IP) {
5634 } else if (optname == TCP_BPF_SYN_IP) {

Completed in 405 milliseconds