Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c239 uint64_t remaining_sum, nh_weight, nh_slots; in compile_nhgrp() local
254 nh_slots = (nh_weight * remaining_slots / remaining_sum); in compile_nhgrp()
256 nh_slots = 0; in compile_nhgrp()
259 remaining_slots -= nh_slots; in compile_nhgrp()
263 remaining_sum, remaining_slots, (int)nh_slots, slot_idx); in compile_nhgrp()
265 KASSERT((slot_idx + nh_slots <= num_slots), in compile_nhgrp()
267 while (nh_slots-- > 0) in compile_nhgrp()