Home
last modified time | relevance | path

Searched refs:sending_seq (Results 1 – 9 of 9) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c215 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
228 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()
1809 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
1822 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()
2336 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
2349 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_htcp_cwnd_update_after_fr()
Dsctp_input.c2052 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number; in sctp_process_cookie_existing()
2325 asoc->sending_seq = asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number;
3287 window_data_tsn = stcb->asoc.sending_seq - 1;
3567 tp1->rec.data.fast_retran_tsn = stcb->asoc.sending_seq;
3992 stcb->asoc.sending_seq = ntohl(resp->receivers_next_tsn);
3997 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1)…
3999 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1),
4002 …sctp_notify_stream_reset_tsn(stcb, stcb->asoc.sending_seq, (stcb->asoc.mapping_array_base_tsn + 1),
4123 atomic_add_int(&asoc->sending_seq, 1);
4126 asoc->last_sending_seq[0] = asoc->sending_seq;
[all …]
Dsctp_indata.c3330 uint32_t sending_seq; local
3340 sending_seq = asoc->sending_seq;
3342 sending_seq = tp1->rec.data.tsn;
3717 tp1->rec.data.fast_retran_tsn = sending_seq;
4006 send_s = asoc->sending_seq;
4556 send_s = asoc->sending_seq;
Dsctp_timer.c708 chk->rec.data.fast_retran_tsn = stcb->asoc.sending_seq;
933 stcb->asoc.sat_t3_recovery_tsn = stcb->asoc.sending_seq;
Dsctp_structs.h985 uint32_t sending_seq; member
Dsctp_sysctl.c616 xstcb.highest_tsn = stcb->asoc.sending_seq - 1;
Dsctputil.c1231 asoc->asconf_seq_out = asoc->str_reset_seq_out = asoc->init_seq_number = asoc->sending_seq = in sctp_init_asoc()
5739 chk->rec.data.tsn = atomic_fetchadd_int(&stcb->asoc.sending_seq, 1);
5741 chk->rec.data.tsn = stcb->asoc.sending_seq++;
Dsctp_output.c8158 chk->rec.data.tsn = atomic_fetchadd_int(&asoc->sending_seq, 1);
8160 chk->rec.data.tsn = asoc->sending_seq++;
12917 …tream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sending_seq - 1))) {
13023 …_stream_reset_out(stcb, chk, seq, (stcb->asoc.str_reset_seq_in - 1), (stcb->asoc.sending_seq - 1));
Dsctp_pcb.c4576 net->cwr_window_tsn = net->last_cwr_tsn = stcb->asoc.sending_seq - 1;