Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c698 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 Droute_ctl.h50 struct nhgrp_object *rnd_nhgrp; member
H A Droute_ctl.c1022 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 Drt.c225 dump_rc_nhg(nw, rnd->rnd_nhgrp, rtm); in dump_rc_nhop()