Searched refs:rnd_weight (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_ctl.c | 362 rnd->rnd_weight = rt->rt_weight; in lookup_prefix_bysa() 365 rnd->rnd_weight = 0; in lookup_prefix_bysa() 668 .rnd_weight = rnd_src->rnd_weight in rib_copy_route() 773 rnd_add.rnd_weight = get_info_weight(info, RT_DEFAULT_WEIGHT); in add_route_byinfo() 1090 rnd_orig.rnd_weight = rt->rt_weight; in rib_change_route() 1204 rnd_new.rnd_weight = get_info_weight(info, rnd_orig->rnd_weight); in change_route_byinfo() 1226 rt->rt_weight = rnd->rnd_weight; in add_route() 1241 rc->rc_nh_weight = rnd->rnd_weight; in add_route() 1301 rt->rt_weight = rnd->rnd_weight; in change_route() 1311 rc->rc_nh_weight = rnd->rnd_weight; in change_route() [all …]
|
H A D | nhgrp_ctl.c | 699 rnd->rnd_weight = 0; in nhgrp_get_filtered_group() 702 rnd->rnd_weight = pnhops[0].weight; in nhgrp_get_filtered_group() 709 rnd->rnd_weight = 0; in nhgrp_get_filtered_group() 741 wn[0].weight = rnd_add->rnd_weight; in nhgrp_get_addition_group() 746 wn[1].weight = rnd_orig->rnd_weight; in nhgrp_get_addition_group() 757 rnd_new->rnd_weight = 0; in nhgrp_get_addition_group()
|
H A D | route_ifaddrs.c | 215 .rnd_weight = rt->rt_weight, in pick_kernel_route()
|
H A D | route_rtentry.c | 197 rnd->rnd_weight = rt->rt_weight; in rt_get_rnd()
|
H A D | route_ctl.h | 52 uint32_t rnd_weight; member
|
H A D | route_helpers.c | 430 struct route_nhop_data rnd = { .rnd_weight = RT_DEFAULT_WEIGHT }; in rib_add_default_route()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 258 if (rnd->rnd_weight != RT_DEFAULT_WEIGHT) in dump_rc_nhop() 259 nlattr_add_u32(nw, NL_RTA_WEIGHT, rnd->rnd_weight); in dump_rc_nhop() 360 .rnd_weight = rc->rc_nh_weight, in report_operation() 980 struct route_nhop_data rnd = { .rnd_nhop = nh, .rnd_weight = attrs.rta_weight }; in path_match_func() 1095 .rnd_weight = rc->rc_nh_weight, in rtnl_handle_route_event()
|
/freebsd/sys/netinet/ |
H A D | in_fib.c | 307 rnd->rnd_weight = rt->rt_weight; in fib4_lookup_rt()
|
/freebsd/sys/netinet6/ |
H A D | in6_fib.c | 322 rnd->rnd_weight = rt->rt_weight; in fib6_lookup_rt()
|
/freebsd/sys/net/ |
H A D | route.c | 193 struct route_nhop_data rnd = { .rnd_weight = RT_DEFAULT_WEIGHT }; in rib_add_redirect()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 1557 0, 0, rnd.rnd_weight, in linux_route_print()
|