Searched refs:rnd_new (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | mpath_ctl.c | 99 struct route_nhop_data rnd_new; in add_route_mpath() local 109 &rnd_new); in add_route_mpath() 126 &rnd_new, rc); in add_route_mpath()
|
| H A D | route_ctl.c | 969 struct route_nhop_data rnd_new; in change_mpath_route() local 1009 error = nhgrp_get_group(rnh, wn_new, num_nhops, &rnd_new); in change_mpath_route() 1016 error = change_route_conditional(rnh, NULL, info, rnd_orig, &rnd_new, rc); in change_mpath_route() 1028 struct route_nhop_data rnd_new; in change_route() local 1040 rnd_new.rnd_weight = get_info_weight(info, rnd_orig->rnd_weight); in change_route() 1041 error = change_nhop(rnh, info, nh_orig, &rnd_new.rnd_nhop); in change_route() 1155 struct route_nhop_data *rnd_new, struct rib_cmd_info *rc) in change_route_conditional() argument 1167 error = add_route_nhop(rnh, rt, info, rnd_new, rc); in change_route_conditional() 1184 error = change_route_nhop(rnh, rt_new, info, rnd_new, rc); in change_route_conditional() 1202 if (rnd_new->rnd_nhop != NULL) in change_route_conditional() [all …]
|
| H A D | nhgrp_ctl.c | 645 struct route_nhop_data *rnd_add, struct route_nhop_data *rnd_new) in nhgrp_get_addition_group() argument 654 *rnd_new = *rnd_add; in nhgrp_get_addition_group() 655 if (nhop_try_ref_object(rnd_new->rnd_nhop) == 0) in nhgrp_get_addition_group() 676 rnd_new->rnd_nhgrp = nhg_priv->nhg; in nhgrp_get_addition_group() 677 rnd_new->rnd_weight = 0; in nhgrp_get_addition_group()
|
| H A D | route_var.h | 303 struct route_nhop_data *rnd_new);
|