HomeSort by: relevance | last modified time | path
    Searched refs:fast_retran_loss_recovery (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 631 u_int8_t fast_retran_loss_recovery; member in struct:sctp_association
sctp_indata.c 3037 if (accum_moved && asoc->fast_retran_loss_recovery) {
3850 if (asoc->fast_retran_loss_recovery && accum_moved) {
3900 if (asoc->fast_retran_loss_recovery &&
4143 if (asoc->fast_retran_loss_recovery == 0) {
4175 asoc->fast_retran_loss_recovery = 1;
4257 asoc->fast_retran_loss_recovery = 0;
sctp_timer.c 746 stcb->asoc.fast_retran_loss_recovery = 0;

Completed in 16 milliseconds