Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Duipc_mbuf2.c481 void *mb_cl = NULL; in m_tag_alloc_mbuf() local
490 mb_cl = m; in m_tag_alloc_mbuf()
503 mb_cl = m_mclalloc(wait); in m_tag_alloc_mbuf()
504 t = (struct m_tag *)(void *)mb_cl; in m_tag_alloc_mbuf()
514 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_alloc_mbuf()
526 void *mb_cl = NULL; in m_tag_create_mbuf() local
556 mb_cl = m; in m_tag_create_mbuf()
572 M_TAG_INIT(t, id, type, len, (void *)(t + 1), mb_cl); in m_tag_create_mbuf()
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h172 #define M_TAG_INIT(tag, id, type, len, data, mb_cl) { \ argument
178 (tag)->m_tag_mb_cl = (mb_cl); \