Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_var.h315 uint32_t nhgrp_get_idx(const struct nhgrp_object *nhg);
H A Dnhgrp_ctl.c903 nhgrp_get_idx(const struct nhgrp_object *nhg) in nhgrp_get_idx() function
H A Dfib_algo.c1768 return (nhgrp_get_idx((struct nhgrp_object *)nh)); in get_nhop_idx()
/freebsd/sys/netlink/route/
H A Drt.c188 nlattr_add_u32(nw, NL_RTA_KNH_ID, nhgrp_get_idx(nhg)); in dump_rc_nhg()