Lines Matching refs:str_reset_seq_in

336 	asoc->str_reset_seq_in = asoc->asconf_seq_in + 1;  in sctp_process_init()
1784 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_process_cookie_existing()
3607 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_in()
3645 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_in()
3646 } else if (asoc->str_reset_seq_in - 1 == seq) { in sctp_handle_str_reset_request_in()
3648 } else if (asoc->str_reset_seq_in - 2 == seq) { in sctp_handle_str_reset_request_in()
3673 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_tsn()
3708 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_tsn()
3709 } else if (asoc->str_reset_seq_in - 1 == seq) { in sctp_handle_str_reset_request_tsn()
3712 } else if (asoc->str_reset_seq_in - 2 == seq) { in sctp_handle_str_reset_request_tsn()
3733 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_out()
3780 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_out()
3781 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_request_out()
3787 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_request_out()
3815 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_strm()
3872 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_strm()
3873 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_add_strm()
3879 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_add_strm()
3906 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()
3929 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_out_strm()
3930 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_add_out_strm()
3936 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_add_out_strm()