Home
last modified time | relevance | path

Searched refs:m_mcfail (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1259 u_int32_t m_mcfail; /* times m_copym failed */ member
1282 u_int32_t m_mcfail; /* times m_copym failed */ member
/xnu-12377.41.6/bsd/kern/
H A Dkpi_mbuf.c1401 stats->mcfail = mbstat.m_mcfail; in mbuf_stats()