Searched refs:BPF_FIB_LKUP_RET_NOT_FWDED (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c110 if (ret == BPF_FIB_LKUP_RET_NOT_FWDED || ret < 0)
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c62 .daddr = IPV4_TBID_DST, .expected_ret = BPF_FIB_LKUP_RET_NOT_FWDED,
70 .daddr = IPV6_TBID_DST, .expected_ret = BPF_FIB_LKUP_RET_NOT_FWDED,
/linux-master/include/uapi/linux/
H A Dbpf.h7128 BPF_FIB_LKUP_RET_NOT_FWDED, /* packet is not forwarded */ enumerator in enum:__anon2697
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7128 BPF_FIB_LKUP_RET_NOT_FWDED, /* packet is not forwarded */ enumerator in enum:__anon3238
/linux-master/net/core/
H A Dfilter.c5883 return BPF_FIB_LKUP_RET_NOT_FWDED;
5904 return BPF_FIB_LKUP_RET_NOT_FWDED;
5908 return BPF_FIB_LKUP_RET_NOT_FWDED;
5984 return BPF_FIB_LKUP_RET_NOT_FWDED;
6025 return BPF_FIB_LKUP_RET_NOT_FWDED;
6040 return BPF_FIB_LKUP_RET_NOT_FWDED;
6053 return BPF_FIB_LKUP_RET_NOT_FWDED;

Completed in 401 milliseconds