Searched refs:M_LEADINGSPACE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c101 * XXX: M_TRAILINGSPACE/M_LEADINGSPACE only permitted on writable ext_buf.
255 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
H A Duipc_mbuf.c750 if (prep && M_LEADINGSPACE(mm) >= len) {
772 if (prep && !(mm->m_flags & M_EXT) && len > M_LEADINGSPACE(mm)) {
793 if (prep && len > M_LEADINGSPACE(mm)) {
794 if (!(z = m_getm(NULL, len - M_LEADINGSPACE(mm), how, MT_DATA)))
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h841 #define M_LEADINGSPACE(m) \ macro
871 if (M_LEADINGSPACE(_mm) >= _mplen) { \
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.c1446 Assert(M_LEADINGSPACE(m) >= ETH_HLEN);

Completed in 1311 milliseconds