Searched refs:m_tag_alloc (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/security/
H A Dmac_alloc.c89 t = m_tag_alloc(KERNEL_MODULE_TAG_ID, KERNEL_TAG_TYPE_MAC_POLICY_LABEL,
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c383 return (m_tag_alloc(id, type, len, wait));
388 * If not (t == NULL), call m_tag_alloc to store it in a new mbuf.
421 return (m_tag_alloc(id, type, len, wait));
434 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) function
609 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how);
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h1109 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int);

Completed in 15 milliseconds