Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.h177 uint32_t nhop_get_idx(const struct nhop_object *nh);
H A Dfib_algo.c1405 return (nhop_get_idx(nh) * 2); in get_nhop_idx()
1407 return (nhop_get_idx(nh)); in get_nhop_idx()
H A Dnhop_ctl.c723 nhop_get_idx(const struct nhop_object *nh) in nhop_get_idx() function
/f-stack/tools/compat/include/net/route/
H A Dnhop.h177 uint32_t nhop_get_idx(const struct nhop_object *nh);
/f-stack/lib/
H A Dff_route.c872 out->rmx_nhidx = nhop_get_idx(nh); in rt_getmetrics()
/f-stack/freebsd/net/
H A Drtsock.c1249 out->rmx_nhidx = nhop_get_idx(nh); in rt_getmetrics()