Searched refs:m_shutdown_ack (Results 1 – 1 of 1) sorted by relevance
9209 struct mbuf *m_shutdown_ack; in sctp_send_shutdown_ack() local9213 …m_shutdown_ack = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_ack_chunk), 0, M_NOWAIT, 1, MT_… in sctp_send_shutdown_ack()9214 if (m_shutdown_ack == NULL) { in sctp_send_shutdown_ack()9218 SCTP_BUF_RESV_UF(m_shutdown_ack, SCTP_MIN_OVERHEAD); in sctp_send_shutdown_ack()9222 sctp_m_freem(m_shutdown_ack); in sctp_send_shutdown_ack()9233 chk->data = m_shutdown_ack; in sctp_send_shutdown_ack()9238 ack_cp = mtod(m_shutdown_ack, struct sctp_shutdown_ack_chunk *); in sctp_send_shutdown_ack()9242 SCTP_BUF_LEN(m_shutdown_ack) = chk->send_size; in sctp_send_shutdown_ack()