Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhgrp_ctl.c964 struct nhgrp_container *nhgc; in dump_nhgrp_entry()
974 sz += sizeof(struct nhgrp_container); in dump_nhgrp_entry()
977 sz += sizeof(struct nhgrp_container); in dump_nhgrp_entry()
995 nhgc = (struct nhgrp_container *)(nhge + 1); in dump_nhgrp_entry()
998 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
1009 nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]); in dump_nhgrp_entry()
1012 nhgc->nhgc_len = sizeof(struct nhgrp_container); in dump_nhgrp_entry()
1078 sz += 2 * sizeof(struct nhgrp_container); in nhgrp_dump_sysctl()
H A Dnhop.h268 struct nhgrp_container { struct
/freebsd/usr.bin/netstat/
H A Dnhgrp.c122 struct nhgrp_container *nhg_cp, *nhg_dp; in print_nhgroup_entry_sysctl()
124 nhg_cp = (struct nhgrp_container *)(nhge + 1); in print_nhgroup_entry_sysctl()
129 nhg_dp = (struct nhgrp_container *)((char *)nhg_cp + nhg_cp->nhgc_len); in print_nhgroup_entry_sysctl()