Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c352 return m_tag_alloc(id, type, len, wait); in m_tag_create()
391 return m_tag_alloc(id, type, len, wait); in m_tag_create()
406 m_tag_alloc(u_int32_t id, u_int16_t type, int len, int wait) in m_tag_alloc() function
573 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h1579 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int);