Lines Matching refs:str_reset_seq_in
339 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()
1790 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_process_cookie_existing()
3613 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_in()
3651 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_in()
3652 } else if (asoc->str_reset_seq_in - 1 == seq) { in sctp_handle_str_reset_request_in()
3654 } else if (asoc->str_reset_seq_in - 2 == seq) { in sctp_handle_str_reset_request_in()
3679 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_tsn()
3714 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_tsn()
3715 } else if (asoc->str_reset_seq_in - 1 == seq) { in sctp_handle_str_reset_request_tsn()
3718 } else if (asoc->str_reset_seq_in - 2 == seq) { in sctp_handle_str_reset_request_tsn()
3739 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_out()
3786 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_out()
3787 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_request_out()
3793 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_request_out()
3821 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_strm()
3878 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_strm()
3879 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_add_strm()
3885 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_add_strm()
3912 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()
3935 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_out_strm()
3936 } else if ((asoc->str_reset_seq_in - 1) == seq) { in sctp_handle_str_reset_add_out_strm()
3942 } else if ((asoc->str_reset_seq_in - 2) == seq) { in sctp_handle_str_reset_add_out_strm()