Home
last modified time | relevance | path

Searched refs:nh_weight (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c216 uint64_t remaining_sum, nh_weight, nh_slots; in compile_nhgrp() local
229 nh_weight = (uint64_t)x[i].weight; in compile_nhgrp()
230 nh_slots = (nh_weight * remaining_slots / remaining_sum); in compile_nhgrp()
746 ext[i].nh_weight = nhg_priv->nhg_nh_weights[i].weight; in dump_nhgrp_entry()
760 ext[i].nh_weight = 0; in dump_nhgrp_entry()
H A Dnhop.h226 uint32_t nh_weight; member
/f-stack/tools/compat/include/net/route/
H A Dnhop.h226 uint32_t nh_weight; member
/f-stack/tools/netstat/
H A Dnhgrp.c166 xo_emit("{t:nh-weight/%*lu}", wid_nhidx, ext_cp[i].nh_weight); in print_nhgroup_entry_sysctl()