Home
last modified time | relevance | path

Searched refs:BPF_FIB_LKUP_RET_NO_NEIGH (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c41 .daddr = IPV6_NUD_FAILED_ADDR, .expected_ret = BPF_FIB_LKUP_RET_NO_NEIGH, },
49 .daddr = IPV4_NUD_FAILED_ADDR, .expected_ret = BPF_FIB_LKUP_RET_NO_NEIGH, },
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c117 if (ret == BPF_FIB_LKUP_RET_NO_NEIGH) { in tc_redir()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6975 BPF_FIB_LKUP_RET_NO_NEIGH, /* no neighbor entry for nh */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6975 BPF_FIB_LKUP_RET_NO_NEIGH, /* no neighbor entry for nh */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c5959 return BPF_FIB_LKUP_RET_NO_NEIGH; in bpf_ipv4_fib_lookup()
6098 return BPF_FIB_LKUP_RET_NO_NEIGH; in bpf_ipv6_fib_lookup()