Searched refs:M_TAGHDR (Results 1 – 3 of 3) sorted by relevance
64 M_TAGHDR = 0x8000 variable
473 m->m_flags |= M_TAGHDR; in m_tag_alloc_mbuf()647 VERIFY(m->m_flags & M_TAGHDR && !(m->m_flags & M_EXT)); in m_tag_create_mbuf()684 VERIFY(m->m_flags & M_TAGHDR); in m_tag_free_mbuf()
740 #define M_TAGHDR 0x8000 /* m_tag hdr structure at top of mbuf data */ macro