Home
last modified time | relevance | path

Searched refs:str_reset_seq_out (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_structs.h896 uint32_t str_reset_seq_out; member
H A Dsctp_input.c1781 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
3447 if (seq == stcb->asoc.str_reset_seq_out) { in sctp_handle_stream_reset_response()
3450 stcb->asoc.str_reset_seq_out++; in sctp_handle_stream_reset_response()
3472 stcb->asoc.str_reset_seq_out--; in sctp_handle_stream_reset_response()
4044 if (seq == stcb->asoc.str_reset_seq_out) { in sctp_handle_stream_reset()
H A Dsctp_timer.c1123 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst); in sctp_strreset_timer()
H A Dsctp_output.c12129 seq = stcb->asoc.str_reset_seq_out; in sctp_send_stream_reset_out_if_possible()
12235 seq = stcb->asoc.str_reset_seq_out; in sctp_send_str_reset_req()
H A Dsctputil.c1199 asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_init_asoc()