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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c705 struct nhgrp_container *nhgc; local
736 nhgc = (struct nhgrp_container *)(nhge + 1);
737 nhgc->nhgc_type = NHG_C_TYPE_CNHOPS;
738 nhgc->nhgc_subtype = 0;
739 nhgc->nhgc_len = sizeof(struct nhgrp_container);
740 nhgc->nhgc_len += sizeof(struct nhgrp_nhop_external) * nhg_priv->nhg_nh_count;
741 nhgc->nhgc_count = nhg_priv->nhg_nh_count;
743 ext = (struct nhgrp_nhop_external *)(nhgc + 1);
750 nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]);
751 nhgc
[all...]

Completed in 49 milliseconds