Home
last modified time | relevance | path

Searched refs:BPF_FIB_LKUP_RET_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c43 .daddr = IPV6_NUD_STALE_ADDR, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
46 .daddr = IPV6_NUD_FAILED_ADDR, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
51 .daddr = IPV4_NUD_STALE_ADDR, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
54 .daddr = IPV4_NUD_FAILED_ADDR, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
61 .daddr = IPV4_TBID_DST, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
69 .daddr = IPV6_TBID_DST, .expected_ret = BPF_FIB_LKUP_RET_SUCCESS,
/openbmc/linux/samples/bpf/
H A Dxdp_fwd_kern.c121 if (rc == BPF_FIB_LKUP_RET_SUCCESS) { in xdp_fwd_flags()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c127 } else if (ret == BPF_FIB_LKUP_RET_SUCCESS) { in tc_redir()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6968 BPF_FIB_LKUP_RET_SUCCESS, /* lookup successful */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6968 BPF_FIB_LKUP_RET_SUCCESS, /* lookup successful */ enumerator
/openbmc/linux/net/core/
H A Dfilter.c6174 if (rc == BPF_FIB_LKUP_RET_SUCCESS && !check_mtu) { in BPF_CALL_4()