Lines Matching refs:m_ack
610 struct mbuf *n, *m_ack, *m_result, *m_tail; in sctp_handle_asconf() local
668 m_ack = sctp_get_mbuf_for_msg(sizeof(struct sctp_asconf_ack_chunk), 0, in sctp_handle_asconf()
670 if (m_ack == NULL) { in sctp_handle_asconf()
675 m_tail = m_ack; /* current reply chain's tail */ in sctp_handle_asconf()
678 ack_cp = mtod(m_ack, struct sctp_asconf_ack_chunk *); in sctp_handle_asconf()
683 SCTP_BUF_LEN(m_ack) = sizeof(struct sctp_asconf_ack_chunk); in sctp_handle_asconf()
693 sctp_m_freem(m_ack); in sctp_handle_asconf()
713 sctp_m_freem(m_ack); in sctp_handle_asconf()
720 sctp_m_freem(m_ack); in sctp_handle_asconf()
725 sctp_m_freem(m_ack); in sctp_handle_asconf()
732 sctp_m_freem(m_ack); in sctp_handle_asconf()
809 sctp_m_freem(m_ack); in sctp_handle_asconf()
814 ack->data = m_ack; in sctp_handle_asconf()
816 for (n = m_ack; n != NULL; n = SCTP_BUF_NEXT(n)) { in sctp_handle_asconf()