Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c477 hdr->mth_refcnt = 1; in m_tag_alloc_mbuf()
654 hdr->mth_refcnt++; in m_tag_create_mbuf()
690 if (--hdr->mth_refcnt == 0) { in m_tag_free_mbuf()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h194 u_int64_t mth_refcnt; /* Number of tags in this mbuf */ member