Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dfib_algo.h47 struct flm_lookup_key { struct
55 const struct flm_lookup_key key, uint32_t scopeid); argument
/f-stack/freebsd/netinet6/
H A Din6_fib_algo.c99 lradix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lradix6_lookup()
249 radix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in radix6_lookup()
279 const struct flm_lookup_key key = { .addr6 = dst6 }; in fib6_radix_lookup_nh()
H A Din6_fib.c126 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_lookup()
273 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_check_urpf()
/f-stack/freebsd/netinet/
H A Din_fib.c118 struct flm_lookup_key key = {.addr4 = dst }; in fib4_lookup()
259 struct flm_lookup_key key = {.addr4 = dst }; in fib4_check_urpf()
H A Din_fib_algo.c97 bsearch4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in bsearch4_lookup()
528 lradix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lradix4_lookup()
679 radix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in radix4_lookup()
/f-stack/freebsd/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()