Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c678 const struct nhgrp_priv *orig_priv, *add_priv; in merge_nhgrps() local
683 add_priv = NHGRP_PRIV_CONST(gr_add); in merge_nhgrps()
704 memcpy(&pnhops[curr_nhops], add_priv->nhg_nh_weights, in merge_nhgrps()
705 add_priv->nhg_nh_count * sizeof(struct weightened_nhop)); in merge_nhgrps()
706 curr_nhops += add_priv->nhg_nh_count; in merge_nhgrps()