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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.h151 struct mrt6stat { struct
318 extern struct mrt6stat mrt6stat;
H A Dip6_mroute.c133 * Globals. All but ip6_mrouter, ip6_mrtproto and mrt6stat could be static,
142 struct mrt6stat mrt6stat; variable in typeref:struct:mrt6stat
208 mrt6stat.mrt6s_mfc_lookups++; \
219 mrt6stat.mrt6s_mfc_misses++; \
1051 mrt6stat.mrt6s_no_route++;
1173 mrt6stat.mrt6s_upq_sockfull++;
1180 mrt6stat.mrt6s_upcalls++;
1206 mrt6stat.mrt6s_upq_ovflw++;
1270 mrt6stat
[all...]
H A Din6_proto.c567 SYSCTL_STRUCT(_net_inet6_ip6, OID_AUTO, mrt6stat, CTLFLAG_RD | CTLFLAG_LOCKED,
568 &mrt6stat, mrt6stat, "");

Completed in 24 milliseconds