Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h803 #define MCLGET(m, how) ((m) = m_mclget(m, how))
1327 extern struct mbuf *m_mclget(struct mbuf *, int);
/xnu-8020.140.41/bsd/kern/
H A Dkpi_mbuf.c307 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()
354 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
H A Duipc_mbuf.c4028 m_mclget(struct mbuf *m, int wait) function