Searched refs:m_mclget (Results 1 – 3 of 3) sorted by relevance
862 #define MCLGET(m, how) ((m) = m_mclget(m, how))1400 extern struct mbuf *m_mclget(struct mbuf *, int);
309 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()356 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
4805 m_mclget(struct mbuf *m, int wait) function