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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c986 m_copym(struct mbuf *m, int off0, int len, int wait) function
993 KASSERT(off >= 0, ("m_copym, negative off %d", off));
994 KASSERT(len >= 0, ("m_copym, negative len %d", len));
999 KASSERT(m != NULL, ("m_copym, offset > size of mbuf chain"));
1009 KASSERT(len == M_COPYALL, ("m_copym, length > size of mbuf chain"));

Completed in 167 milliseconds