Searched refs:m_tag_alloc (Results 1 – 2 of 2) sorted by relevance
| /xnu-10002.81.5/bsd/kern/ |
| H A D | uipc_mbuf2.c | 470 return m_tag_alloc(id, type, (uint16_t)len, wait); in m_tag_create() 527 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 567 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 746 m_tag_alloc(uint32_t id, uint16_t type, int len, int wait) in m_tag_alloc() function 956 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()
|
| /xnu-10002.81.5/bsd/sys/ |
| H A D | mbuf.h | 1666 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int); 1702 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int);
|