Searched refs:M_TAG_ALIGN (Results 1 – 3 of 3) sorted by relevance
363 if (M_TAG_ALIGN(p->m_tag_len) + in m_tag_create()378 if (M_TAG_ALIGN(len) <= MLEN - m->m_len) { in m_tag_create()382 m->m_len += M_TAG_ALIGN(len); in m_tag_create()414 if (M_TAG_ALIGN(len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_alloc()430 m->m_len += M_TAG_ALIGN(len); in m_tag_alloc()464 if (M_TAG_ALIGN(t->m_tag_len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_free()
1130 M_TAG_ALIGN(sizeof (struct m_drvaux_tag)), sizeof (uint64_t))
178 #define M_TAG_ALIGN(len) \ macro