Searched refs:TF_WASCRECOVERY (Results 1 – 3 of 3) sorted by relevance
390 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt()392 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt()
423 #define TF_WASCRECOVERY 0x40000000 /* was in congestion recovery */ macro
268 if (tp->t_flags & TF_WASCRECOVERY) in cc_cong_signal()