Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c483 if (M_TAG_ALIGN(len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_alloc_mbuf()
485 struct m_taghdr *hdr; in m_tag_alloc_mbuf()
494 hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_alloc_mbuf()
497 m->m_len += sizeof(struct m_taghdr); in m_tag_alloc_mbuf()
528 if (len + sizeof(struct m_tag) + sizeof(struct m_taghdr) > MLEN) { in m_tag_create_mbuf()
541 sizeof(struct m_taghdr) > MLEN) { in m_tag_create_mbuf()
549 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_create_mbuf()
586 if (M_TAG_ALIGN(t->m_tag_len) + sizeof(struct m_taghdr) <= MLEN) { in m_tag_free_mbuf()
590 struct m_taghdr *hdr = (struct m_taghdr *)(void *)m->m_data; in m_tag_free_mbuf()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h189 struct m_taghdr { struct