Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c351 if (len + sizeof(struct m_tag) + sizeof(struct m_taghdr) > MLEN) { in m_tag_create()
364 sizeof(struct m_taghdr) > MLEN) { in m_tag_create()
372 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_create()
414 if (M_TAG_ALIGN(len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_alloc()
416 struct m_taghdr *hdr; in m_tag_alloc()
424 hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_alloc()
427 m->m_len += sizeof(struct m_taghdr); in m_tag_alloc()
464 if (M_TAG_ALIGN(t->m_tag_len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_free()
467 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_free()
H A Dkpi_mbuf.c1129 P2ROUNDDOWN(MLEN - sizeof (struct m_taghdr) - \
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h188 struct m_taghdr { struct