Searched refs:SCTP_M_COPYM (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h788 #define SCTP_M_COPYM m_copym macro
H A Dsctp_output.c3939 copy_init = SCTP_M_COPYM(init, init_offset, M_COPYALL, M_NOWAIT);
3955 copy_initack = SCTP_M_COPYM(initack, initack_offset, M_COPYALL,
6919 appendchain = SCTP_M_COPYM(clonechain, 0, M_COPYALL, M_NOWAIT);
7014 m = SCTP_M_COPYM(ca->m, 0, M_COPYALL, M_NOWAIT);
7801 chk->data = SCTP_M_COPYM(sp->data, 0, to_move, M_NOWAIT);
9434 cookie = SCTP_M_COPYM(m, at, plen, M_NOWAIT);
9506 outchain = SCTP_M_COPYM(m, offset, chk_length, M_NOWAIT);
9793 m_ack = SCTP_M_COPYM(ack->data, 0, M_COPYALL, M_NOWAIT);
H A Dsctp_indata.c1507 dmbuf = SCTP_M_COPYM(*m,
2528 SCTP_BUF_NEXT(merr) = SCTP_M_COPYM(m, *offset, chk_length, M_NOWAIT);
H A Dsctp_input.c5636 SCTP_BUF_NEXT(mm) = SCTP_M_COPYM(m, *offset, chk_length, M_NOWAIT);

Completed in 153 milliseconds