Home
last modified time | relevance | path

Searched refs:m_shutdown (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_output.c9181 struct mbuf *m_shutdown; in sctp_send_shutdown() local
9196 m_shutdown = sctp_get_mbuf_for_msg(sizeof(struct sctp_shutdown_chunk), 0, M_NOWAIT, 1, MT_HEADER); in sctp_send_shutdown()
9197 if (m_shutdown == NULL) { in sctp_send_shutdown()
9201 SCTP_BUF_RESV_UF(m_shutdown, SCTP_MIN_OVERHEAD); in sctp_send_shutdown()
9205 sctp_m_freem(m_shutdown); in sctp_send_shutdown()
9216 chk->data = m_shutdown; in sctp_send_shutdown()
9221 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *); in sctp_send_shutdown()
9226 SCTP_BUF_LEN(m_shutdown) = chk->send_size; in sctp_send_shutdown()