Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dmbuf.h862 #define MCLGET(m, how) ((m) = m_mclget(m, how))
1400 extern struct mbuf *m_mclget(struct mbuf *, int);
/xnu-10002.1.13/bsd/kern/
H A Dkpi_mbuf.c309 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()
356 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
H A Duipc_mbuf.c4805 m_mclget(struct mbuf *m, int wait) function