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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c194 *mbuf = m_mclget(*mbuf, how);
233 * At the time this code was written, m_mclget would always
236 *mbuf = m_mclget(*mbuf, how);
H A Duipc_mbuf.c148 * { m_get_common(), m_clattach(), m_mclget(),
3451 /* m_mclget() add an mbuf cluster to a normal mbuf */
3453 m_mclget(struct mbuf *m, int wait) function
/darwin-on-arm/xnu/bsd/sys/
H A Dmbuf.h425 #define MCLGET(m, how) ((m) = m_mclget(m, how))
880 extern struct mbuf *m_mclget(struct mbuf *, int);

Completed in 26 milliseconds