Searched refs:flm_lookup_key (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.h | 47 struct flm_lookup_key { struct 55 const struct flm_lookup_key key, uint32_t scopeid); argument
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_fib_algo.c | 99 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 D | in6_fib.c | 126 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 D | in_fib.c | 118 struct flm_lookup_key key = {.addr4 = dst }; in fib4_lookup() 259 struct flm_lookup_key key = {.addr4 = dst }; in fib4_check_urpf()
|
| H A D | in_fib_algo.c | 97 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 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()
|