Searched refs:m_clget (Results 1 – 3 of 3) sorted by relevance
578 int m_clget(struct mbuf *m, int how);846 #define MCLGET(m, how) m_clget((m), (how))
799 int m_clget(struct mbuf *m, int how);1072 #define MCLGET(m, how) m_clget((m), (how))
1307 m_clget(struct mbuf *m, int how) in m_clget() function