Home
last modified time | relevance | path

Searched refs:m_clget (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dmbuf.h578 int m_clget(struct mbuf *m, int how);
846 #define MCLGET(m, how) m_clget((m), (how))
/f-stack/freebsd/sys/
H A Dmbuf.h799 int m_clget(struct mbuf *m, int how);
1072 #define MCLGET(m, how) m_clget((m), (how))
/f-stack/freebsd/kern/
H A Dkern_mbuf.c1307 m_clget(struct mbuf *m, int how) in m_clget() function