Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c403 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()
2048 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_process_cookie_existing()
2319 asoc->str_reset_seq_in = asoc->init_seq_number;
4031 if (asoc->str_reset_seq_in == seq) {
4069 asoc->str_reset_seq_in++;
4070 } else if (asoc->str_reset_seq_in - 1 == seq) {
4072 } else if (asoc->str_reset_seq_in - 2 == seq) {
4097 if (asoc->str_reset_seq_in == seq) {
4132 asoc->str_reset_seq_in++;
4133 } else if (asoc->str_reset_seq_in - 1 == seq) {
[all …]
Dsctp_structs.h953 uint32_t str_reset_seq_in; member
Dsctp_output.c12820 …if (sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sendi…
12926 …ret = sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sen…
Dsctputil.c1239 asoc->str_reset_seq_in = asoc->last_acked_seq + 1; in sctp_init_asoc()