Searched refs:extbuf (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c115 caddr_t extbuf, void (*extfree)(caddr_t , u_int, caddr_t),
118 if (mbuf == NULL || extbuf == NULL || extfree == NULL || extsize == 0)
121 if ((*mbuf = m_clattach(*mbuf, type, extbuf,
114 mbuf_attachcluster(mbuf_how_t how, mbuf_type_t type, mbuf_t *mbuf, caddr_t extbuf, void (*extfree)(caddr_t , u_int, caddr_t), size_t extsize, caddr_t extarg) argument
H A Duipc_mbuf.c3334 m_clattach(struct mbuf *m, int type, caddr_t extbuf, argument
3401 MEXT_INIT(m, extbuf, extsize, extfree, extarg, rfa, 1, 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_mbuf.h398 @param extbuf Address of the external buffer.
410 mbuf_t *mbuf, caddr_t extbuf, void (*extfree)(caddr_t , u_int, caddr_t),

Completed in 99 milliseconds