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

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

Completed in 102 milliseconds