Searched refs:IN_RECOVERY (Results 1 – 5 of 5) sorted by relevance
132 #define IN_RECOVERY(flags) (flags & (CCF_CONGRECOVERY | CCF_FASTRECOVERY)) macro
94 if (type == CC_ACK && !IN_RECOVERY(ccv->flags)) { in sunreno_ack_received()
111 if (type == CC_ACK && !IN_RECOVERY(ccv->flags) && in newreno_ack_received()
167 if (type == CC_ACK && !IN_RECOVERY(ccv->flags) && in cubic_ack_received()
4481 if (IN_RECOVERY(tcp->tcp_ccv.flags)) { in tcp_input_data()