Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tunnel_kern.c111 BPF_F_NO_TUNNEL_KEY); in gre_set_tunnel_no_key()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h5933 BPF_F_NO_TUNNEL_KEY = (1ULL << 4), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h5933 BPF_F_NO_TUNNEL_KEY = (1ULL << 4), enumerator
/openbmc/linux/net/core/
H A Dfilter.c4748 BPF_F_NO_TUNNEL_KEY))) in BPF_CALL_4()
4786 if (flags & BPF_F_NO_TUNNEL_KEY) in BPF_CALL_4()