Searched refs:nhop_get_idx (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop.h177 uint32_t nhop_get_idx(const struct nhop_object *nh);
H A Dnhop_ctl.c725 nhop_get_idx(const struct nhop_object *nh) function
H A Dfib_algo.c1769 return (nhop_get_idx(nh) * 2);
1771 return (nhop_get_idx(nh));
/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c313 key_str, nhop_get_idx(nh_fib));
319 nhop_get_idx(nhop_select(rnd.rnd_nhop, 0)),
320 nhop_get_idx(nh_fib));
/freebsd-13-stable/sys/net/
H A Drtsock.c1282 out->rmx_nhidx = nhop_get_idx(nh);

Completed in 139 milliseconds