Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c9825 struct sctp_shutdown_chunk *shutdown_cp; local
9864 shutdown_cp = mtod(m_shutdown, struct sctp_shutdown_chunk *);
9865 shutdown_cp->ch.chunk_type = SCTP_SHUTDOWN;
9866 shutdown_cp->ch.chunk_flags = 0;
9867 shutdown_cp->ch.chunk_length = htons(chk->send_size);
9868 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn);
9878 shutdown_cp = mtod(chk->data, struct sctp_shutdown_chunk *);
9879 shutdown_cp->cumulative_tsn_ack = htonl(stcb->asoc.cumulative_tsn);