Searched refs:mbstat (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c936 stats->mbufs = mbstat.m_mbufs;
937 stats->clusters = mbstat.m_clusters;
938 stats->clfree = mbstat.m_clfree;
939 stats->drops = mbstat.m_drops;
940 stats->wait = mbstat.m_wait;
941 stats->drain = mbstat.m_drain;
942 __builtin_memcpy(stats->mtypes, mbstat.m_mtypes, sizeof(stats->mtypes));
943 stats->mcfail = mbstat.m_mcfail;
944 stats->mpfail = mbstat.m_mpfail;
945 stats->msize = mbstat
[all...]
H A Duipc_mbuf.c830 * Similar to mbstat structure, the mb_stat structure is protected by the
846 * They are mirrored in mbstat to support legacy applications (e.g. netstat).
847 * Unlike before, the kernel no longer relies on the contents of mbstat for
850 * With the exception of the mbstat.m_mtypes array (see below), all of the
853 struct mbstat mbstat; variable in typeref:struct:mbstat
856 (sizeof (mbstat.m_mtypes) / sizeof (mbstat.m_mtypes[0]))
861 * done in order to avoid writing to the global mbstat data structure which
862 * would cause false sharing. During sysctl request for kern.ipc.mbstat,
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h668 struct mbstat { struct
836 extern struct mbstat mbstat; /* statistics */
/darwin-on-arm/xnu/bsd/netat/
H A Dasp_proto.c327 mbstat.m_mtypes[MSG_DATA], mbstat.m_mtypes[MSG_PROTO], mbstat.m_mtypes[MSG_IOCTL],
329 mbstat.m_mtypes[MSG_ERROR], mbstat.m_mtypes[MSG_HANGUP], mbstat.m_mtypes[MSG_IOCACK],
330 mbstat.m_mtypes[MSG_IOCNAK],
332 mbstat.m_mtypes[MSG_CTL]);

Completed in 86 milliseconds