Home
last modified time | relevance | path

Searched refs:rc_nh_weight (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_helpers.c241 tmp.weight = rc->rc_nh_weight; in decompose_change_notification()
249 tmp.weight = rc->rc_nh_weight; in decompose_change_notification()
274 rc_del.rc_nh_weight = wn_old[idx_old].weight; in decompose_change_notification()
278 rc_add.rc_nh_weight = wn_new[idx_new].weight; in decompose_change_notification()
293 rc_add.rc_nh_weight = wn_new[idx_new].weight; in decompose_change_notification()
299 rc_del.rc_nh_weight = wn_old[idx_old].weight; in decompose_change_notification()
320 rc_del.rc_nh_weight = wn_old[idx_old].weight; in decompose_change_notification()
328 rc_del.rc_nh_weight = wn_old[idx_old].weight; in decompose_change_notification()
335 rc_add.rc_nh_weight = wn_new[idx_new].weight; in decompose_change_notification()
364 rc_new.rc_nh_weight = wn[i].weight; in rib_decompose_notification()
[all …]
H A Droute_ctl.h41 uint32_t rc_nh_weight; /* new nhop weight */ member
H A Droute_ctl.c820 rc->rc_nh_weight = rt->rt_weight; in rt_unlinkrte()
1083 rc->rc_nh_weight = rnd->rnd_weight; in add_route_nhop()
1140 rc->rc_nh_weight = rnd->rnd_weight; in change_route_nhop()
/f-stack/lib/
H A Dff_route.c716 rc->rc_nh_weight = rc->rc_rt->rt_weight; in handle_rtm_get()
1006 rtm->rtm_rmx.rmx_weight = rc->rc_nh_weight; in update_rtm_from_rc()
/f-stack/freebsd/net/
H A Drtsock.c814 rc->rc_nh_weight = rc->rc_rt->rt_weight; in handle_rtm_get()
957 rtm->rtm_rmx.rmx_weight = rc->rc_nh_weight; in update_rtm_from_rc()