Searched refs:m_shutdown_ack (Results 1 – 1 of 1) sorted by relevance
9138 struct mbuf *m_shutdown_ack; in sctp_send_shutdown_ack() local9142 …m_shutdown_ack = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_ack_chunk), 0, M_NOWAIT, 1, MT_… in sctp_send_shutdown_ack()9143 if (m_shutdown_ack == NULL) { in sctp_send_shutdown_ack()9147 SCTP_BUF_RESV_UF(m_shutdown_ack, SCTP_MIN_OVERHEAD); in sctp_send_shutdown_ack()9151 sctp_m_freem(m_shutdown_ack); in sctp_send_shutdown_ack()9162 chk->data = m_shutdown_ack; in sctp_send_shutdown_ack()9167 ack_cp = mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *); in sctp_send_shutdown_ack()9171 SCTP_BUF_LEN(m_shutdown_ack) = chk->send_size; in sctp_send_shutdown_ack()