Searched refs:IN_CONGRECOVERY (Results 1 – 4 of 4) sorted by relevance
201 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) in newreno_cong_signal()207 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
389 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
429 #define IN_CONGRECOVERY(t_flags) (t_flags & TF_CONGRECOVERY) macro
234 if (!IN_CONGRECOVERY(tp->t_flags)) { in cc_cong_signal()