Home | History | Annotate | Download | only in netinet

Lines Matching refs:copy_init

3738 	struct mbuf *copy_init, *copy_initack, *m_at, *sig, *mret;
3751 copy_init = SCTP_M_COPYM(init, init_offset, M_COPYALL, M_NOWAIT);
3752 if (copy_init == NULL) {
3760 for (mat = copy_init; mat; mat = SCTP_BUF_NEXT(mat)) {
3771 sctp_m_freem(copy_init);
3801 SCTP_BUF_NEXT(m_at) = copy_init;
3805 for (m_at = copy_init; m_at; m_at = SCTP_BUF_NEXT(m_at)) {