Home
last modified time | relevance | path

Searched refs:orig_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
682 orig_priv = NHGRP_PRIV_CONST(gr_orig); in merge_nhgrps()
684 curr_nhops = orig_priv->nhg_nh_count; in merge_nhgrps()
688 sz = (orig_priv->nhg_nh_count + orig_priv->nhg_nh_count) * in merge_nhgrps()
702 memcpy(pnhops, orig_priv->nhg_nh_weights, in merge_nhgrps()
703 orig_priv->nhg_nh_count * sizeof(struct weightened_nhop)); in merge_nhgrps()