Searched refs:m_tag_alloc (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | uipc_mbuf2.c | 471 return m_tag_alloc(id, type, (uint16_t)len, wait); in m_tag_create() 529 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 569 return m_tag_alloc(id, type, len, wait); in m_tag_create_mbuf() 755 m_tag_alloc(uint32_t id, uint16_t type, int len, int wait) in m_tag_alloc() function 959 p = m_tag_alloc(t->m_tag_id, t->m_tag_type, t->m_tag_len, how); in m_tag_copy()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | mbuf.h | 1774 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int); 1810 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int);
|