Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c705 struct nhgrp_container *nhgc; in dump_nhgrp_entry() local
736 nhgc = (struct nhgrp_container *)(nhge + 1); in dump_nhgrp_entry()
737 nhgc->nhgc_type = NHG_C_TYPE_CNHOPS; in dump_nhgrp_entry()
738 nhgc->nhgc_subtype = 0; in dump_nhgrp_entry()
739 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
741 nhgc->nhgc_count = nhg_priv->nhg_nh_count; in dump_nhgrp_entry()
743 ext = (struct nhgrp_nhop_external *)(nhgc + 1); in dump_nhgrp_entry()
751 nhgc->nhgc_type = NHG_C_TYPE_DNHOPS; in dump_nhgrp_entry()
752 nhgc->nhgc_subtype = 0; in dump_nhgrp_entry()
755 nhgc->nhgc_count = nhg->nhg_size; in dump_nhgrp_entry()
[all …]