Searched refs:m_tag_alloc (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/kern/ |
| H A D | uipc_mbuf2.c | 571 m_tag_alloc(uint32_t id, uint16_t type, int len, int wait) in m_tag_alloc() function 624 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 664 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 722 return m_tag_alloc(id, type, (uint16_t)len, wait); in m_tag_create() 961 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()
|