Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c287 memcpy(&nhg_priv->nhg_nh_weights[0], wn, in alloc_nhgrp()
403 if (nhop_try_ref_object(nhg_priv->nhg_nh_weights[i].nh) != 0) in ref_nhgrp_nhops()
411 nhop_free(nhg_priv->nhg_nh_weights[j].nh); in ref_nhgrp_nhops()
423 nhop_free(nhg_priv->nhg_nh_weights[i].nh); in free_nhgrp_nhops()
540 memcpy(pnhops, src_priv->nhg_nh_weights, in append_nhops()
611 if (flt_func(src_priv->nhg_nh_weights[i].nh, flt_data)) in nhgrp_get_filtered_group()
613 memcpy(&pnhops[num_nhops++], &src_priv->nhg_nh_weights[i], in nhgrp_get_filtered_group()
696 return (nhg_priv->nhg_nh_weights); in nhgrp_get_nhops()
745 ext[i].nh_idx = nhg_priv->nhg_nh_weights[i].nh->nh_priv->nh_idx; in dump_nhgrp_entry()
746 ext[i].nh_weight = nhg_priv->nhg_nh_weights[i].weight; in dump_nhgrp_entry()
H A Dnhgrp.c115 return !memcmp(a->nhg_nh_weights, b->nhg_nh_weights, in cmp_nhgrp()
127 key = (const unsigned char *)obj->nhg_nh_weights; in hash_nhgrp()
H A Dnhgrp_var.h58 struct weightened_nhop nhg_nh_weights[0]; member
/f-stack/lib/
H A Dff_route.c600 return (nhg_priv->nhg_nh_weights); in nhgrp_get_nhops()