Searched refs:rnd_orig (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/net/route/ |
| H A D | mpath_ctl.c | 96 struct route_nhop_data *rnd_orig, struct rib_cmd_info *rc) in add_route_mpath() argument 108 error = nhgrp_get_addition_group(rnh, rnd_orig, rnd_add, in add_route_mpath() 120 lookup_prefix(rnh, info, rnd_orig); in add_route_mpath() 125 error = change_route_conditional(rnh, rt, info, rnd_orig, in add_route_mpath()
|
| H A D | route_ctl.c | 686 nh_orig = rnd_orig.rnd_nhop; in add_route() 865 struct route_nhop_data rnd_orig; in rib_change_route() local 908 rnd_orig.rnd_nhop = rt->rt_nhop; in rib_change_route() 909 rnd_orig.rnd_weight = rt->rt_weight; in rib_change_route() 972 nh_orig = rnd_orig->rnd_nhop; in change_mpath_route() 1031 nh_orig = rnd_orig->rnd_nhop; in change_route() 1166 if (rnd_orig->rnd_nhop == NULL) in change_route_conditional() 1173 rnd_orig->rnd_nhop = NULL; in change_route_conditional() 1174 rnd_orig->rnd_weight = 0; in change_route_conditional() 1198 if (rnd_orig->rnd_nhop != NULL) in change_route_conditional() [all …]
|
| H A D | nhgrp_ctl.c | 644 nhgrp_get_addition_group(struct rib_head *rh, struct route_nhop_data *rnd_orig, in nhgrp_get_addition_group() argument 652 if (rnd_orig->rnd_nhop == NULL) { in nhgrp_get_addition_group() 663 if (!NH_IS_NHGRP(rnd_orig->rnd_nhop)) { in nhgrp_get_addition_group() 665 wn[1].nh = rnd_orig->rnd_nhop; in nhgrp_get_addition_group() 666 wn[1].weight = rnd_orig->rnd_weight; in nhgrp_get_addition_group() 670 nhg_priv = append_nhops(ctl, rnd_orig->rnd_nhgrp, &wn[0], 1, in nhgrp_get_addition_group()
|
| H A D | route_var.h | 283 struct route_nhop_data *rnd_orig, struct rib_cmd_info *rc); 302 struct route_nhop_data *rnd_orig, struct route_nhop_data *rnd_add,
|