Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c462 void *mb_cl = NULL; in m_tag_alloc_mbuf() local
471 mb_cl = m; in m_tag_alloc_mbuf()
484 mb_cl = m_mclalloc(wait); in m_tag_alloc_mbuf()
485 t = (struct m_tag *)(void *)mb_cl; in m_tag_alloc_mbuf()
495 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_alloc_mbuf()
621 void *mb_cl = NULL; in m_tag_create_mbuf() local
651 mb_cl = m; in m_tag_create_mbuf()
667 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_create_mbuf()
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h173 #define M_TAG_INIT(tag, id, type, len, data, mb_cl) { \ argument
179 (tag)->m_tag_mb_cl = (mb_cl); \