Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c705 struct nhgrp_container *nhgc; in dump_nhgrp_entry()
715 sz += sizeof(struct nhgrp_container); in dump_nhgrp_entry()
718 sz += sizeof(struct nhgrp_container); in dump_nhgrp_entry()
736 nhgc = (struct nhgrp_container *)(nhge + 1); in dump_nhgrp_entry()
739 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
750 nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]); in dump_nhgrp_entry()
753 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
807 sz += 2 * sizeof(struct nhgrp_container); in nhgrp_dump_sysctl()
H A Dnhop.h217 struct nhgrp_container { struct
/f-stack/tools/netstat/
H A Dnhgrp.c125 struct nhgrp_container *nhg_cp, *nhg_dp; in print_nhgroup_entry_sysctl()
127 nhg_cp = (struct nhgrp_container *)(nhge + 1); in print_nhgroup_entry_sysctl()
132 nhg_dp = (struct nhgrp_container *)((char *)nhg_cp + nhg_cp->nhgc_len); in print_nhgroup_entry_sysctl()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h217 struct nhgrp_container { struct