Searched refs:sctp_stream_reset_req (Results 1 – 4 of 4) sorted by relevance
429 struct sctp_stream_reset_req { struct
969 struct sctp_stream_reset_req *strreq; in sctp_strreset_timer()975 strreq = mtod(strrst->data, struct sctp_stream_reset_req *); in sctp_strreset_timer()
2639 struct sctp_stream_reset_req *strreq; in sctp_clean_up_stream_reset()2640 strreq = mtod(chk->data, struct sctp_stream_reset_req *); in sctp_clean_up_stream_reset()2722 sctp_handle_stream_reset(struct sctp_tcb *stcb, struct sctp_stream_reset_req *sr_req) in sctp_handle_stream_reset()3672 sctp_handle_stream_reset(stcb, (struct sctp_stream_reset_req *)ch); in sctp_process_control()
4977 struct sctp_stream_reset_req *strreq;4979 strreq = mtod(chk->data, struct sctp_stream_reset_req *);6512 struct sctp_stream_reset_req *strreq;6513 strreq = mtod(chk->data, struct sctp_stream_reset_req *);8835 struct sctp_stream_reset_req *strreq;8860 chk->send_size = sizeof(struct sctp_stream_reset_req) + (number_entrys * sizeof(uint16_t));8896 strreq = mtod(chk->data, struct sctp_stream_reset_req *);