Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_cc_functions.c137 if ((asoc->fast_retran_loss_recovery == 0) || in sctp_cwnd_update_after_fr()
207 asoc->fast_retran_loss_recovery = 1; in sctp_cwnd_update_after_fr()
219 net->fast_retran_loss_recovery = 1; in sctp_cwnd_update_after_fr()
743 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_cwnd_update_after_sack_common()
769 if (asoc->fast_retran_loss_recovery && in sctp_cwnd_update_after_sack_common()
1696 if ((asoc->fast_retran_loss_recovery == 0) || in sctp_hs_cwnd_update_after_fr()
1714 asoc->fast_retran_loss_recovery = 1; in sctp_hs_cwnd_update_after_fr()
1726 net->fast_retran_loss_recovery = 1; in sctp_hs_cwnd_update_after_fr()
1767 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_hs_cwnd_update_after_sack()
1793 if (asoc->fast_retran_loss_recovery && in sctp_hs_cwnd_update_after_sack()
[all …]
Dsctp_structs.h346 uint8_t fast_retran_loss_recovery; member
1189 uint8_t fast_retran_loss_recovery; member
Dsctp_timer.c908 stcb->asoc.fast_retran_loss_recovery = 0; in sctp_t3rxt_timer()
911 net->fast_retran_loss_recovery = 0; in sctp_t3rxt_timer()
Dsctp_indata.c3041 if (accum_moved && asoc->fast_retran_loss_recovery) { in sctp_strike_gap_ack_chunks()
4548 if (asoc->fast_retran_loss_recovery && accum_moved) { in sctp_handle_sack()
4788 asoc->fast_retran_loss_recovery = 0; in sctp_handle_sack()
4801 net->fast_retran_loss_recovery = 0; in sctp_handle_sack()