Searched refs:m_mclget (Results 1 – 3 of 3) sorted by relevance
897 #define MCLGET(m, how) ((m) = m_mclget(m, how))1454 extern struct mbuf *m_mclget(struct mbuf *, int);
320 *mbuf = m_mclget(*mbuf, how); in mbuf_getcluster()367 *mbuf = m_mclget(*mbuf, how); in mbuf_mclget()
4799 m_mclget(struct mbuf *m, int wait) function