Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c47 .lookup_flags = BPF_FIB_LOOKUP_SKIP_NEIGH, },
55 .lookup_flags = BPF_FIB_LOOKUP_SKIP_NEIGH, },
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6962 BPF_FIB_LOOKUP_SKIP_NEIGH = (1U << 2), enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6962 BPF_FIB_LOOKUP_SKIP_NEIGH = (1U << 2), enumerator
/openbmc/linux/net/core/
H A Dfilter.c5949 if (flags & BPF_FIB_LOOKUP_SKIP_NEIGH) in bpf_ipv4_fib_lookup()
6090 if (flags & BPF_FIB_LOOKUP_SKIP_NEIGH) in bpf_ipv6_fib_lookup()
6108 BPF_FIB_LOOKUP_SKIP_NEIGH | BPF_FIB_LOOKUP_TBID | \