Searched refs:m_tag_alloc (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | uipc_mbuf2.c | 352 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 D | mbuf.h | 1579 __private_extern__ struct m_tag *m_tag_alloc(u_int32_t, u_int16_t, int, int);
|