Searched refs:fib_get_nhop_idx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | dpdk_lpm6.c | 146 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change() 183 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rnd.rnd_nhop); in pack_parent_rule() 212 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change() 315 fib_get_nhop_idx(dd->fd, nh); in add_route_cb() 333 uint32_t nhidx = fib_get_nhop_idx(dd->fd, nh); in add_route_cb()
|
| H A D | dpdk_lpm.c | 123 uint32_t nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_default_change() 150 *nhop_idx = fib_get_nhop_idx(dd->fd, rnd.rnd_nhop); in get_parent_rule() 177 nhidx = fib_get_nhop_idx(dd->fd, rc->rc_nh_new); in handle_gu_change() 269 uint32_t nhidx = fib_get_nhop_idx(dd->fd, nh); in add_route_cb()
|
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.h | 104 uint32_t fib_get_nhop_idx(struct fib_data *fd, struct nhop_object *nh);
|
| H A D | fib_algo.c | 1412 fib_get_nhop_idx(struct fib_data *fd, struct nhop_object *nh) in fib_get_nhop_idx() function
|