Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_input.c336 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()
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()
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()
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()
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()
3906 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()
[all …]
H A Dsctp_structs.h898 uint32_t str_reset_seq_in; member
H A Dsctp_output.c12132 …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()
12241 …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.c1214 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_init_asoc()