Searched refs:m_copymdata (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/ |
H A D | mbuf.h | 914 struct mbuf *m_copymdata(struct mbuf *, struct mbuf *, 929 struct mbuf *m_copymdata(PNATState, struct mbuf *, struct mbuf *,
|
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/ |
H A D | uipc_mbuf.c | 685 m_copymdata(struct mbuf *m, struct mbuf *n, int off, int len, function 688 m_copymdata(PNATState pData, struct mbuf *m, struct mbuf *n, int off, int len, 697 KASSERT(m != NULL && n != NULL, ("m_copymdata, no target or source")); 698 KASSERT(off >= 0, ("m_copymdata, negative off %d", off)); 699 KASSERT(len >= 0, ("m_copymdata, negative len %d", len)); 700 KASSERT(prep == 0 || prep == 1, ("m_copymdata, unknown direction %d", prep)); 820 KASSERT(z != NULL, ("m_copymdata, falling off target edge"));
|
Completed in 213 milliseconds