Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_helpers.c266 rc->rc_nh_weight = wn_src->weight; in notify_add()
282 rc->rc_nh_weight = wn_src->weight; in notify_del()
309 tmp.weight = rc->rc_nh_weight; in decompose_change_notification()
317 tmp.weight = rc->rc_nh_weight; in decompose_change_notification()
H A Droute_ctl.h41 uint32_t rc_nh_weight; /* new nhop weight */ member
H A Droute_ctl.c1240 rc->rc_nh_weight = rnd->rnd_weight; in add_route()
1274 rc->rc_nh_weight = rt->rt_weight; in delete_route()
1310 rc->rc_nh_weight = rnd->rnd_weight; in change_route()
/freebsd/sys/netlink/route/
H A Drt.c360 .rnd_weight = rc->rc_nh_weight, in report_operation()
1095 .rnd_weight = rc->rc_nh_weight, in rtnl_handle_route_event()
/freebsd/sys/net/
H A Drtsock.c854 rc->rc_nh_weight = rc->rc_rt->rt_weight; in handle_rtm_get()
1018 rtm->rtm_rmx.rmx_weight = rc->rc_nh_weight; in update_rtm_from_rc()