Home
last modified time | relevance | path

Searched refs:MT_TAG (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c415 struct mbuf *m = m_get(wait, MT_TAG); in m_tag_alloc()
H A Duipc_mbuf.c4880 } else if (m->m_type == MT_TAG) {
4920 } else if (m->m_type == MT_TAG) {
4952 mtype_stat_sub(MT_TAG, mt_tag);
8021 { MT_TAG, "packet tags" },
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h757 #define MT_TAG 16 /* volatile metadata associated to pkts */ macro