Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c839 struct nhgrp_container *nhgc; in dump_nhgrp_entry() local
870 nhgc = (struct nhgrp_container *)(nhge + 1); in dump_nhgrp_entry()
871 nhgc->nhgc_type = NHG_C_TYPE_CNHOPS; in dump_nhgrp_entry()
872 nhgc->nhgc_subtype = 0; in dump_nhgrp_entry()
873 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
874 nhgc->nhgc_len += sizeof(struct nhgrp_nhop_external) * nhg_priv->nhg_nh_count; in dump_nhgrp_entry()
875 nhgc->nhgc_count = nhg_priv->nhg_nh_count; in dump_nhgrp_entry()
877 ext = (struct nhgrp_nhop_external *)(nhgc + 1); in dump_nhgrp_entry()
884 nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]); in dump_nhgrp_entry()
885 nhgc->nhgc_type = NHG_C_TYPE_DNHOPS; in dump_nhgrp_entry()
[all …]