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

/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c686 int prep, int how)
689 int prep, int how)
700 KASSERT(prep == 0 || prep == 1, ("m_copymdata, unknown direction %d", prep));
703 if (!prep) {
743 if (!prep && M_TRAILINGSPACE(mm) >= len) {
750 if (prep && M_LEADINGSPACE(mm) >= len) {
759 if (!prep && !(mm->m_flags & M_EXT) && len > M_TRAILINGSPACE(mm)) {
772 if (prep
685 m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, int prep, int how) argument
[all...]

Completed in 38 milliseconds