Searched refs:IN_FASTRECOVERY (Results 1 – 5 of 5) sorted by relevance
200 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()222 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_post_recovery()
227 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal()1948 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()1951 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()1985 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()2099 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
385 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
425 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) macro
178 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()