Searched defs:m_cljget (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h430 static __inline void *m_cljget(struct mbuf *m, int how, int size);
441 static __inline void *m_cljget(PNATState pData, struct mbuf *m, int how, int size);
672 * m_cljget() is different from m_clget() as it can allocate clusters without
680 m_cljget(struct mbuf *m, int how, int size) function
682 m_cljget(PNATState pData, struct mbuf *m, int how, int size)

Completed in 45 milliseconds