Searched refs:str_reset_seq_in (Results 1 – 4 of 4) sorted by relevance
339 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()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()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()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()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()3912 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()[all …]
901 uint32_t str_reset_seq_in; member
12046 …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()12153 …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()
1215 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_init_asoc()