Lines Matching defs:m_asconf
2556 struct mbuf *m_asconf, *m_asconf_chk;
2600 m_asconf = sctp_get_mbuf_for_msg(MCLBYTES, 0, M_NOWAIT, 1, MT_DATA);
2601 if (m_asconf == NULL) {
2609 SCTP_BUF_LEN(m_asconf) = 0;
2614 ptr = mtod(m_asconf, caddr_t); /* beginning of cluster */
2629 if ((SCTP_BUF_LEN(m_asconf) + p_length > stcb->asoc.smallest_mtu - overhead) ||
2630 (SCTP_BUF_LEN(m_asconf) + p_length > MCLBYTES)) {
2679 SCTP_BUF_LEN(m_asconf) += SCTP_SIZE32(p_length);
2733 sctp_m_freem(m_asconf);
2744 sctp_m_freem(m_asconf);
2749 SCTP_BUF_NEXT(m_asconf_chk) = m_asconf;
2750 *retlen = SCTP_BUF_LEN(m_asconf_chk) + SCTP_BUF_LEN(m_asconf);