Searched refs:outchain (Results 1 – 1 of 1) sorted by relevance
6497 struct mbuf *outchain, in sctp_copy_mbufchain() argument6511 if (outchain) in sctp_copy_mbufchain()6512 sctp_m_freem(outchain); in sctp_copy_mbufchain()6523 if (outchain == NULL) { in sctp_copy_mbufchain()6526 outchain = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_HEADER); in sctp_copy_mbufchain()6527 if (outchain == NULL) { in sctp_copy_mbufchain()6530 SCTP_BUF_LEN(outchain) = 0; in sctp_copy_mbufchain()6531 *endofchain = outchain; in sctp_copy_mbufchain()6533 SCTP_BUF_RESV_UF(outchain, (SCTP_FIRST_MBUF_RESV + 4)); in sctp_copy_mbufchain()6540 m = outchain; in sctp_copy_mbufchain()[all …]