Searched refs:fast_recovery_tsn (Results 1 – 3 of 3) sorted by relevance
215 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()217 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()228 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_cwnd_update_after_fr()230 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()826 if (SCTP_TSN_GE(asoc->last_acked_seq, net->fast_recovery_tsn) || in sctp_cwnd_update_after_sack_common()827 SCTP_TSN_GE(net->pseudo_cumack,net->fast_recovery_tsn)) { in sctp_cwnd_update_after_sack_common()1809 asoc->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()1811 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()1822 net->fast_recovery_tsn = asoc->sending_seq - 1; in sctp_hs_cwnd_update_after_fr()1824 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()[all …]
371 uint32_t fast_recovery_tsn; member1012 uint32_t fast_recovery_tsn; member
4958 if (SCTP_TSN_GE(asoc->last_acked_seq, asoc->fast_recovery_tsn)) {