Searched refs:m_mclget (Results 1 – 4 of 4) sorted by relevance
895 #define MCLGET(m, how) ((m) = m_mclget(m, how))1495 extern struct mbuf *m_mclget(struct mbuf *, int);
337 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()378 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
1870 m_mclget(struct mbuf *m, int wait) in m_mclget() function
3311 m_mclget(struct mbuf *m, int wait) function