Searched refs:shutdown_cp (Results 1 – 1 of 1) sorted by relevance
9182 struct sctp_shutdown_chunk *shutdown_cp; in sctp_send_shutdown() local9221 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *); in sctp_send_shutdown()9222 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN; in sctp_send_shutdown()9223 shutdown_cp->ch.chunk_flags = 0; in sctp_send_shutdown()9224 shutdown_cp->ch.chunk_length = htons(chk->send_size); in sctp_send_shutdown()9225 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()9235 shutdown_cp = mtod(chk->data, struct sctp_shutdown_chunk *); in sctp_send_shutdown()9236 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()