Searched refs:IN_FASTRECOVERY (Results 1 – 9 of 9) sorted by relevance
267 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()304 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_post_recovery()
281 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()361 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_post_recovery()
291 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()369 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_post_recovery()
157 if (!IN_FASTRECOVERY(CCV(ccv, t_flags)) && in dctcp_ack_received()242 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
410 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal()2596 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()2600 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()2635 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()2755 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
349 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) macro
658 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
289 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()
1409 if (!IN_FASTRECOVERY(tp->t_flags)) { in rack_cong_signal()2988 if (IN_FASTRECOVERY(tp->t_flags)) in rack_timeout_rxt()7386 if (IN_FASTRECOVERY(tp->t_flags) == 0) { in rack_output()