Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/route/
HDfib_algo.c203 static uint32_t fib_ref_nhop(struct fib_data *fd, struct nhop_object *nh);
732 if (fib_ref_nhop(fd, ce->nh_new) == 0) in fill_change_entry()
824 if (fib_ref_nhop(fd, rc->rc_nh_new) == 0) { in handle_rtable_change_cb()
968 if (fib_ref_nhop(w->fd, nh) != 0) in sync_algo_cb()
1789 fib_ref_nhop(struct fib_data *fd, struct nhop_object *nh) in fib_ref_nhop() function