Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c423 BPF_F_TUNINFO_FLAGS); in vxlan_get_tunnel_src()
579 BPF_F_TUNINFO_IPV6 | BPF_F_TUNINFO_FLAGS); in ip6vxlan_get_tunnel_src()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5938 BPF_F_TUNINFO_FLAGS = (1ULL << 4), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5938 BPF_F_TUNINFO_FLAGS = (1ULL << 4), enumerator
/openbmc/linux/net/core/
H A Dfilter.c4633 BPF_F_TUNINFO_FLAGS)))) { in BPF_CALL_4()
4665 if (flags & BPF_F_TUNINFO_FLAGS) in BPF_CALL_4()