Searched refs:m_copymdata (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dmbuf.h945 struct mbuf *m_copymdata(struct mbuf *, struct mbuf *,
/freebsd-10-stable/sys/kern/
H A Duipc_mbuf.c683 m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, function
691 KASSERT(m != NULL && n != NULL, ("m_copymdata, no target or source"));
692 KASSERT(off >= 0, ("m_copymdata, negative off %d", off));
693 KASSERT(len >= 0, ("m_copymdata, negative len %d", len));
694 KASSERT(prep == 0 || prep == 1, ("m_copymdata, unknown direction %d", prep));
796 KASSERT(z != NULL, ("m_copymdata, falling off target edge"));

Completed in 86 milliseconds