Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/ !
H A Dmbuf.h840 #define MT_TAG 16 /* volatile metadata associated to pkts */ macro
859 MTF_TAG = (1 << MT_TAG),
/xnu-12377.41.6/bsd/kern/ !
H A Duipc_mbuf_mcache.c3961 } else if (m->m_type == MT_TAG) {
4006 } else if (m->m_type == MT_TAG) {
4038 mtype_stat_sub(MT_TAG, mt_tag);
5538 { MT_TAG, "packet tags" },
H A Duipc_mbuf2.c465 struct mbuf *m = m_get(wait, MT_TAG); in m_tag_alloc_mbuf()
H A Duipc_mbuf.c2705 } else if (m->m_type == MT_TAG) { in m_freem_list()
2746 } else if (m->m_type == MT_TAG) { in m_freem_list()
2778 mtype_stat_sub(MT_TAG, mt_tag); in m_freem_list()