Searched refs:shutdown_cp (Results 1 – 1 of 1) sorted by relevance
9253 struct sctp_shutdown_chunk *shutdown_cp; in sctp_send_shutdown() local9292 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *); in sctp_send_shutdown()9293 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN; in sctp_send_shutdown()9294 shutdown_cp->ch.chunk_flags = 0; in sctp_send_shutdown()9295 shutdown_cp->ch.chunk_length = htons(chk->send_size); in sctp_send_shutdown()9296 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()9306 shutdown_cp = mtod(chk->data, struct sctp_shutdown_chunk *); in sctp_send_shutdown()9307 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn); in sctp_send_shutdown()