Searched refs:str_reset_seq_in (Results 1 – 4 of 4) sorted by relevance
378 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()3657 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_in()3695 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_in()3723 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_tsn()3758 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_tsn()3783 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_out()3830 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_out()3865 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_strm()3922 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_strm()3956 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()[all …]
897 uint32_t str_reset_seq_in; member
12018 …if (sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sendi… in sctp_send_stream_reset_out_if_possible()12125 …ret = sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sen… in sctp_send_str_reset_req()
1209 asoc->str_reset_seq_in = asoc->last_acked_seq + 1; in sctp_init_asoc()