Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_tc_neigh_fib.c117 if (ret == BPF_FIB_LKUP_RET_NO_NEIGH) { in tc_redir()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h6689 BPF_FIB_LKUP_RET_NO_NEIGH, /* no neighbor entry for nh */ enumerator
/Linux-v6.1/include/uapi/linux/
Dbpf.h6689 BPF_FIB_LKUP_RET_NO_NEIGH, /* no neighbor entry for nh */ enumerator
/Linux-v6.1/net/core/
Dfilter.c5798 return BPF_FIB_LKUP_RET_NO_NEIGH; in bpf_ipv4_fib_lookup()
5913 return BPF_FIB_LKUP_RET_NO_NEIGH; in bpf_ipv6_fib_lookup()