Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_structs.h631 u_int8_t fast_retran_loss_recovery; member
H A Dsctp_indata.c3042 if (accum_moved && asoc->fast_retran_loss_recovery) { in sctp_strike_gap_ack_chunks()
3855 if (asoc->fast_retran_loss_recovery && accum_moved) { in sctp_handle_sack()
3905 if (asoc->fast_retran_loss_recovery && in sctp_handle_sack()
4148 if (asoc->fast_retran_loss_recovery == 0) { in sctp_handle_sack()
4180 asoc->fast_retran_loss_recovery = 1; in sctp_handle_sack()
4262 asoc->fast_retran_loss_recovery = 0; in sctp_handle_sack()
H A Dsctp_timer.c746 stcb->asoc.fast_retran_loss_recovery = 0; in sctp_t3rxt_timer()