Home
last modified time | relevance | path

Searched refs:flm_lookup_key (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/net/route/
H A Dfib_algo.h46 struct flm_lookup_key { struct
72 const struct flm_lookup_key key, uint32_t scopeid);
H A Dfib_algo.c1543 dummy_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in dummy_lookup()
/freebsd/sys/netinet6/
H A Din6_fib_algo.c98 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 Din6_fib.c125 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 Din_fib.c117 struct flm_lookup_key key = {.addr4 = dst }; in fib4_lookup()
258 struct flm_lookup_key key = {.addr4 = dst }; in fib4_check_urpf()
H A Din_fib_algo.c96 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 Din_fib_dxr.c309 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 Ddpdk_lpm.c79 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()
H A Ddpdk_lpm6.c94 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()