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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c707 struct nhgrp_nhop_external *ext;
716 sz += sizeof(struct nhgrp_nhop_external) * nhg_priv->nhg_nh_count;
719 sz += sizeof(struct nhgrp_nhop_external) * nhg->nhg_size;
740 nhgc->nhgc_len += sizeof(struct nhgrp_nhop_external) * nhg_priv->nhg_nh_count;
743 ext = (struct nhgrp_nhop_external *)(nhgc + 1);
754 nhgc->nhgc_len += sizeof(struct nhgrp_nhop_external) * nhg->nhg_size;
757 ext = (struct nhgrp_nhop_external *)(nhgc + 1);
808 sz += 2 * sizeof(struct nhgrp_nhop_external) * RIB_MAX_MPATH_WIDTH;
H A Dnhop.h224 struct nhgrp_nhop_external { struct
233 * - nhgrp_nhop_external
234 * - nhgrp_nhop_external
237 * - nhgrp_nhop_external
238 * - nhgrp_nhop_external
/freebsd-13-stable/usr.bin/netstat/
H A Dnhgrp.c124 struct nhgrp_nhop_external *ext_cp, *ext_dp;
130 ext_cp = (struct nhgrp_nhop_external *)(nhg_cp + 1);
135 ext_dp = (struct nhgrp_nhop_external *)(nhg_dp + 1);

Completed in 120 milliseconds