Searched refs:rnd_nhgrp (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhgrp_ctl.c | 698 rnd->rnd_nhgrp = NULL; in nhgrp_get_filtered_group() 708 rnd->rnd_nhgrp = mp_priv->nhg; in nhgrp_get_filtered_group() 750 nhg_priv = append_nhops(ctl, rnd_orig->rnd_nhgrp, &wn[0], 1, in nhgrp_get_addition_group() 756 rnd_new->rnd_nhgrp = nhg_priv->nhg; in nhgrp_get_addition_group()
|
H A D | route_ctl.h | 50 struct nhgrp_object *rnd_nhgrp; member
|
H A D | route_ctl.c | 1022 if (rnd.rnd_nhgrp == nhg) { in rt_delete_conditional() 1146 wn = nhgrp_get_nhops(rnd_orig->rnd_nhgrp, &num_nhops); in change_mpath_route() 1173 error = nhgrp_get_group(rnh, wn_new, num_nhops, 0, &rnd_new.rnd_nhgrp); in change_mpath_route()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 225 dump_rc_nhg(nw, rnd->rnd_nhgrp, rtm); in dump_rc_nhop()
|