Home
last modified time | relevance | path

Searched refs:sizeofcpy (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c7013 int sizeofcpy, argument
7035 (sizeofcpy <= (int)((((SCTP_BASE_SYSCTL(sctp_mbuf_threshold_count) - 1) * MLEN) + MHLEN)))
7080 if (len >= sizeofcpy) {
7082 m_copydata(clonechain, 0, sizeofcpy, cp);
7083 SCTP_BUF_LEN((*endofchain)) += sizeofcpy;
7090 sizeofcpy -= len;
7100 m_copydata(clonechain, len, sizeofcpy, cp);
7101 SCTP_BUF_LEN((*endofchain)) += sizeofcpy;