Searched refs:m_tag_len (Results 1 – 3 of 3) sorted by relevance
363 if (M_TAG_ALIGN(p->m_tag_len) + in m_tag_create()396 t->m_tag_len = (uint16_t)len; in m_tag_create()445 t->m_tag_len = (uint16_t)len; in m_tag_alloc()464 if (M_TAG_ALIGN(t->m_tag_len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_free()573 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()577 bcopy(t + 1, p + 1, t->m_tag_len); /* Copy the data */ in m_tag_copy()
1091 *length = tag->m_tag_len; in mbuf_tag_find()1194 VERIFY(tag->m_tag_len >= sizeof(*p)); in mbuf_find_drvaux()
174 uint16_t m_tag_len; /* Length of data */ member