Home
last modified time | relevance | path

Searched refs:str_reset_seq_in (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dsctp_input.c339 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 …]
H A Dsctp_structs.h901 uint32_t str_reset_seq_in; member
H A Dsctp_output.c12046 …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()
H A Dsctputil.c1215 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_init_asoc()