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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c215 int i, slot_idx, remaining_slots; local
218 slot_idx = 0;
237 DPRINTF(" OO[%d]: %u/%u curr=%d slot_idx=%d", i,
239 (int)nh_slots, slot_idx);
241 KASSERT((slot_idx + nh_slots <= num_slots),
244 dst->nhops[slot_idx++] = x[i].nh;

Completed in 69 milliseconds