Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c464 if (M_TAG_ALIGN(len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_alloc_mbuf()
466 struct m_taghdr *hdr; in m_tag_alloc_mbuf()
475 hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_alloc_mbuf()
478 m->m_len += sizeof(struct m_taghdr); in m_tag_alloc_mbuf()
623 if (len + sizeof(struct m_tag) + sizeof(struct m_taghdr) > MLEN) { in m_tag_create_mbuf()
636 sizeof(struct m_taghdr) > MLEN) { in m_tag_create_mbuf()
644 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_create_mbuf()
681 if (M_TAG_ALIGN(t->m_tag_len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_free_mbuf()
685 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_free_mbuf()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h190 struct m_taghdr { struct