Searched refs:flm_lookup_key (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/net/route/ |
| HD | fib_algo.h | 46 struct flm_lookup_key { struct 72 const struct flm_lookup_key key, uint32_t scopeid);
|
| HD | fib_algo.c | 1543 dummy_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in dummy_lookup()
|
| /freebsd-13-stable/sys/netinet6/ |
| HD | 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()
|
| HD | in6_fib.c | 124 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_lookup() 271 struct flm_lookup_key key = {.addr6 = dst6 }; in fib6_check_urpf()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | in_fib.c | 116 struct flm_lookup_key key = {.addr4 = dst }; in fib4_lookup() 257 struct flm_lookup_key key = {.addr4 = dst }; in fib4_check_urpf()
|
| HD | 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()
|
| HD | 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_fib_lookup()
|
| /freebsd-13-stable/sys/contrib/dpdk_rte_lpm/ |
| HD | dpdk_lpm.c | 79 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()
|
| HD | dpdk_lpm6.c | 94 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) in lookup_ptr()
|