Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h951 uint32_t str_reset_seq_out; member
Dsctp_input.c2043 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
2316 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number;
3870 if (seq == stcb->asoc.str_reset_seq_out) {
3873 stcb->asoc.str_reset_seq_out++;
3892 stcb->asoc.str_reset_seq_out--;
4470 if (seq == stcb->asoc.str_reset_seq_out) {
Dsctp_timer.c1133 (void)sctp_find_stream_reset(stcb, stcb->asoc.str_reset_seq_out, &strrst);
Dsctp_output.c12819 seq = stcb->asoc.str_reset_seq_out;
12923 seq = stcb->asoc.str_reset_seq_out;
Dsctputil.c1223 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()