Home
last modified time | relevance | path

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

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