Searched refs:flm_lookup_key (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/net/route/ |
H A D | fib_algo.h | 46 struct flm_lookup_key { struct 72 const struct flm_lookup_key key, uint32_t scopeid);
|
H A D | fib_algo.c | 1543 dummy_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in dummy_lookup()
|
/freebsd/sys/netinet6/ |
H A D | in6_fib_algo.c | 98 lradix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lradix6_lookup() 248 radix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in radix6_lookup() 278 const struct flm_lookup_key key = { .addr6 = dst6 }; in fib6_radix_lookup_nh()
|
H A D | in6_fib.c | 125 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_lookup() 272 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_check_urpf()
|
/freebsd/sys/netinet/ |
H A D | in_fib.c | 117 struct flm_lookup_key key = {.addr4 = dst }; in fib4_lookup() 258 struct flm_lookup_key key = {.addr4 = dst }; in fib4_check_urpf()
|
H A D | in_fib_algo.c | 96 bsearch4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in bsearch4_lookup() 527 lradix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lradix4_lookup() 678 radix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in radix4_lookup()
|
H A D | in_fib_dxr.c | 309 const struct flm_lookup_key key, uint32_t scopeid __unused) \ 1080 dxr_fib_lookup(void *algo_data, const struct flm_lookup_key key, in dxr_build()
|
/freebsd/sys/contrib/dpdk_rte_lpm/ |
H A D | dpdk_lpm.c | 79 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()
|
H A D | dpdk_lpm6.c | 94 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()
|