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

/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h425 static __inline struct mbuf *m_getjcl(int how, short type, int flags,
436 static __inline struct mbuf *m_getjcl(PNATState pData, int how,
471 panic("%s: m_getjcl: invalid cluster size", __func__);
505 panic("%s: m_getjcl: invalid cluster type", __func__);
575 * m_getjcl() returns an mbuf with a cluster of the specified size attached.
582 m_getjcl(int how, short type, int flags, int size) function
584 m_getjcl(PNATState pData, int how, short type, int flags, int size)

Completed in 35 milliseconds