Searched refs:algo_data (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dfib_algo.h73 typedef struct nhop_object *flm_lookup_t(void *algo_data,
132 void fib_set_algo_ptr(struct fib_data *fd, void *algo_data);
H A Dfib_algo.c1542 dummy_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
1726 fib_set_algo_ptr(struct fib_data *fd, void *algo_data) argument
1730 fd->fd_algo_data = algo_data;
/freebsd-13-stable/sys/netinet6/
H A Din6_fib_algo.c99 lradix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
101 struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
249 radix6_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
252 struct rib_head *rh = (struct rib_head *)algo_data;
/freebsd-13-stable/sys/netinet/
H A Din_fib_algo.c97 bsearch4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
99 const struct bsearch4_data *bd = (const struct bsearch4_data *)algo_data;
528 lradix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
530 struct radix_node_head *rnh = (struct radix_node_head *)algo_data;
679 radix4_lookup(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
682 struct rib_head *rh = (struct rib_head *)algo_data;
H A Din_fib_dxr.c1003 dxr_fib_lookup(void *algo_data, const struct flm_lookup_key key, argument
1006 struct dxr *dxr = algo_data;
/freebsd-13-stable/sys/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c79 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
86 lpm = (struct rte_lpm *)algo_data;
H A Ddpdk_lpm6.c94 lookup_ptr(void *algo_data, const struct flm_lookup_key key, uint32_t scopeid) argument
102 lpm6 = (const struct rte_lpm6 *)algo_data;

Completed in 71 milliseconds