Home
last modified time | relevance | path

Searched refs:rnd_new (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Droute_ctl.c879 struct route_nhop_data rnd_new; in add_route_flags_mpath() local
882 error = nhgrp_get_addition_group(rnh, rnd_orig, rnd_add, &rnd_new); in add_route_flags_mpath()
900 error = change_route_conditional(rnh, rt, rnd_orig, &rnd_new, rc); in add_route_flags_mpath()
1141 struct route_nhop_data rnd_new = {}; in change_mpath_route() local
1173 error = nhgrp_get_group(rnh, wn_new, num_nhops, 0, &rnd_new.rnd_nhgrp); in change_mpath_route()
1180 error = change_route_conditional(rnh, rt, rnd_orig, &rnd_new, rc); in change_mpath_route()
1193 struct route_nhop_data rnd_new; in change_route_byinfo() local
1204 rnd_new.rnd_weight = get_info_weight(info, rnd_orig->rnd_weight); in change_route_byinfo()
1205 error = change_nhop(rnh, info, nh_orig, &rnd_new.rnd_nhop); in change_route_byinfo()
1208 error = change_route_conditional(rnh, rt, rnd_orig, &rnd_new, rc); in change_route_byinfo()
[all …]
H A Dnhgrp_ctl.c725 struct route_nhop_data *rnd_add, struct route_nhop_data *rnd_new) in nhgrp_get_addition_group() argument
734 *rnd_new = *rnd_add; in nhgrp_get_addition_group()
735 if (nhop_try_ref_object(rnd_new->rnd_nhop) == 0) in nhgrp_get_addition_group()
756 rnd_new->rnd_nhgrp = nhg_priv->nhg; in nhgrp_get_addition_group()
757 rnd_new->rnd_weight = 0; in nhgrp_get_addition_group()
H A Droute_var.h312 struct route_nhop_data *rnd_new);