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

/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c705 struct nhgrp_container *nhgc;
715 sz += sizeof(struct nhgrp_container);
718 sz += sizeof(struct nhgrp_container);
736 nhgc = (struct nhgrp_container *)(nhge + 1);
739 nhgc->nhgc_len = sizeof(struct nhgrp_container);
750 nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]);
753 nhgc->nhgc_len = sizeof(struct nhgrp_container);
807 sz += 2 * sizeof(struct nhgrp_container);
H A Dnhop.h217 struct nhgrp_container { struct
232 * - nhgrp_container (control plane nhops list)
236 * - nhgrp_container (dataplane nhops list)
/freebsd-13-stable/usr.bin/netstat/
H A Dnhgrp.c125 struct nhgrp_container *nhg_cp, *nhg_dp;
127 nhg_cp = (struct nhgrp_container *)(nhge + 1);
132 nhg_dp = (struct nhgrp_container *)((char *)nhg_cp + nhg_cp->nhgc_len);

Completed in 115 milliseconds