Searched refs:TF_WASFRECOVERY (Results 1 – 3 of 3) sorted by relevance
386 tp->t_flags |= TF_WASFRECOVERY; in tcp_timer_rexmt()388 tp->t_flags &= ~TF_WASFRECOVERY; in tcp_timer_rexmt()
414 #define TF_WASFRECOVERY 0x200000 /* was in NewReno Fast Recovery */ macro
266 if (tp->t_flags & TF_WASFRECOVERY) in cc_cong_signal()