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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c216 uint64_t remaining_sum, nh_weight, nh_slots; local
230 nh_slots = (nh_weight * remaining_slots / remaining_sum);
232 nh_slots = 0;
235 remaining_slots -= nh_slots;
239 (int)nh_slots, slot_idx);
241 KASSERT((slot_idx + nh_slots <= num_slots),
243 while (nh_slots-- > 0)

Completed in 17 milliseconds