Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c378 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()
3657 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_in()
3695 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_in()
3723 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_tsn()
3758 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_tsn()
3783 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_request_out()
3830 asoc->str_reset_seq_in++; in sctp_handle_str_reset_request_out()
3865 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_strm()
3922 asoc->str_reset_seq_in++; in sctp_handle_str_reset_add_strm()
3956 if (asoc->str_reset_seq_in == seq) { in sctp_handle_str_reset_add_out_strm()
[all …]
H A Dsctp_structs.h897 uint32_t str_reset_seq_in; member
H A Dsctp_output.c12018 …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()
12125 …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.c1209 asoc->str_reset_seq_in = asoc->last_acked_seq + 1; in sctp_init_asoc()