Searched refs:m_shutdown (Results 1 – 1 of 1) sorted by relevance
9252 struct mbuf *m_shutdown; in sctp_send_shutdown() local9267 m_shutdown = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_chunk), 0, M_NOWAIT, 1, MT_HEADER); in sctp_send_shutdown()9268 if (m_shutdown == NULL) { in sctp_send_shutdown()9272 SCTP_BUF_RESV_UF(m_shutdown, SCTP_MIN_OVERHEAD); in sctp_send_shutdown()9276 sctp_m_freem(m_shutdown); in sctp_send_shutdown()9287 chk->data = m_shutdown; in sctp_send_shutdown()9292 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *); in sctp_send_shutdown()9297 SCTP_BUF_LEN(m_shutdown) = chk->send_size; in sctp_send_shutdown()