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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c520 int curr_nhops; local
523 curr_nhops = src_priv->nhg_nh_count;
541 curr_nhops * sizeof(struct weightened_nhop));
542 memcpy(&pnhops[curr_nhops], wn, num_nhops * sizeof(struct weightened_nhop));
543 curr_nhops += num_nhops;
545 nhg_priv = get_nhgrp(ctl, pnhops, curr_nhops, perror);

Completed in 58 milliseconds