Searched refs:IN_RECOVERY (Results 1 – 3 of 3) sorted by relevance
92 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
433 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) macro
1137 !IN_RECOVERY(tp->t_flags) && in tcp_do_segment()2234 if (!IN_RECOVERY(tp->t_flags) && in tcp_do_segment()2239 if (IN_RECOVERY(tp->t_flags) && in tcp_do_segment()