Home
last modified time | relevance | path

Searched refs:m_tag_len (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c363 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()
H A Dkpi_mbuf.c1091 *length = tag->m_tag_len; in mbuf_tag_find()
1194 VERIFY(tag->m_tag_len >= sizeof(*p)); in mbuf_find_drvaux()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h174 uint16_t m_tag_len; /* Length of data */ member