Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c143 if ((asoc->fast_retran_loss_recovery == 0) || in sctp_cwnd_update_after_fr()
212 asoc->fast_retran_loss_recovery = 1; in sctp_cwnd_update_after_fr()
224 net->fast_retran_loss_recovery = 1; in sctp_cwnd_update_after_fr()
744 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_cwnd_update_after_sack_common()
770 if (asoc->fast_retran_loss_recovery && in sctp_cwnd_update_after_sack_common()
1692 if ((asoc->fast_retran_loss_recovery == 0) || in sctp_hs_cwnd_update_after_fr()
1710 asoc->fast_retran_loss_recovery = 1; in sctp_hs_cwnd_update_after_fr()
1722 net->fast_retran_loss_recovery = 1; in sctp_hs_cwnd_update_after_fr()
1762 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_hs_cwnd_update_after_sack()
1788 if (asoc->fast_retran_loss_recovery && in sctp_hs_cwnd_update_after_sack()
[all …]
H A Dsctp_structs.h361 uint8_t fast_retran_loss_recovery; member
1189 uint8_t fast_retran_loss_recovery; member
H A Dsctp_timer.c913 stcb->asoc.fast_retran_loss_recovery = 0; in sctp_t3rxt_timer()
916 net->fast_retran_loss_recovery = 0; in sctp_t3rxt_timer()
H A Dsctp_indata.c3354 !(accum_moved && asoc->fast_retran_loss_recovery)) { in sctp_strike_gap_ack_chunks()
3381 !(accum_moved && asoc->fast_retran_loss_recovery)) { in sctp_strike_gap_ack_chunks()
3403 if (accum_moved && asoc->fast_retran_loss_recovery) { in sctp_strike_gap_ack_chunks()
4823 if (asoc->fast_retran_loss_recovery && accum_moved) { in sctp_handle_sack()
5044 asoc->fast_retran_loss_recovery = 0; in sctp_handle_sack()
5057 net->fast_retran_loss_recovery = 0; in sctp_handle_sack()