Home
last modified time | relevance | path

Searched refs:IN_RECOVERY (Results 1 – 3 of 3) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c92 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h433 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) macro
Dtcp_input.c1137 !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()