Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_input.c412 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1; in sctp_process_init()
2057 asoc->str_reset_seq_in = asoc->init_seq_number; in sctp_process_cookie_existing()
2328 asoc->str_reset_seq_in = asoc->init_seq_number;
4035 if (asoc->str_reset_seq_in == seq) {
4073 asoc->str_reset_seq_in++;
4074 } else if (asoc->str_reset_seq_in - 1 == seq) {
4076 } else if (asoc->str_reset_seq_in - 2 == seq) {
4101 if (asoc->str_reset_seq_in == seq) {
4136 asoc->str_reset_seq_in++;
4137 } else if (asoc->str_reset_seq_in - 1 == seq) {
[all …]
Dsctp_structs.h956 uint32_t str_reset_seq_in; member
Dsctp_output.c12917 …if (sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sendi…
13023 …ret = sctp_add_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sen…
Dsctputil.c1247 asoc->str_reset_seq_in = asoc->last_acked_seq + 1; in sctp_init_asoc()