Home
last modified time | relevance | path

Searched refs:remaining_sum (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
244 remaining_sum = 0; in compile_nhgrp()
246 remaining_sum += x[i].weight; in compile_nhgrp()
249 remaining_sum, remaining_slots); in compile_nhgrp()
252 if (remaining_sum > 0) { in compile_nhgrp()
254 nh_slots = (nh_weight * remaining_slots / remaining_sum); in compile_nhgrp()
258 remaining_sum -= x[i].weight; in compile_nhgrp()
263 remaining_sum, remaining_slots, (int)nh_slots, slot_idx); in compile_nhgrp()