Searched refs:m_mclget (Results 1 – 3 of 3) sorted by relevance
803 #define MCLGET(m, how) ((m) = m_mclget(m, how))1327 extern struct mbuf *m_mclget(struct mbuf *, int);
307 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()354 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
4028 m_mclget(struct mbuf *m, int wait) function