Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c239 uint64_t remaining_sum, nh_weight, nh_slots; in compile_nhgrp() local
253 nh_weight = (uint64_t)x[i].weight; in compile_nhgrp()
254 nh_slots = (nh_weight * remaining_slots / remaining_sum); in compile_nhgrp()
880 ext[i].nh_weight = nhg_priv->nhg_nh_weights[i].weight; in dump_nhgrp_entry()
894 ext[i].nh_weight = 0; in dump_nhgrp_entry()
H A Dnhop.h275 uint32_t nh_weight; member
/freebsd/usr.bin/netstat/
H A Dnhgrp.c163 xo_emit("{t:nh-weight/%*lu}", wid_nhidx, ext_cp[i].nh_weight); in print_nhgroup_entry_sysctl()