Searched refs:M_TAGHDR (Results 1 – 3 of 3) sorted by relevance
67 M_TAGHDR = 0x8000 variable
375 VERIFY(m->m_flags & M_TAGHDR && !(m->m_flags & M_EXT)); in m_tag_create()422 m->m_flags |= M_TAGHDR; in m_tag_alloc()466 VERIFY(m->m_flags & M_TAGHDR); in m_tag_free()
657 #define M_TAGHDR 0x8000 /* m_tag hdr structure at top of mbuf data */ macro