HomeSort by relevance Sort by last modified time
    Searched refs:m_copym (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h 111 struct mbuf *m_copym(struct mbuf *, int, int, int);
139 u_long m_mcfail; /* XXX: times m_copym failed */
user_mbuf.c 986 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"));
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 788 #define SCTP_M_COPYM m_copym
    [all...]

Completed in 215 milliseconds