Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dmbuf.h897 #define MCLGET(m, how) ((m) = m_mclget(m, how))
1454 extern struct mbuf *m_mclget(struct mbuf *, int);
/xnu-11417.121.6/bsd/kern/
H A Dkpi_mbuf.c320 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()
367 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
H A Duipc_mbuf.c4799 m_mclget(struct mbuf *m, int wait) function