Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c92 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) && in newreno_ack_received()
/openthread-3.4.0/third_party/tcplp/bsdtcp/
Dtcp_var.h433 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) macro
Dtcp_input.c1142 !IN_RECOVERY(tp->t_flags) && in tcp_do_segment()
2244 if (!IN_RECOVERY(tp->t_flags) && in tcp_do_segment()
2249 if (IN_RECOVERY(tp->t_flags) && in tcp_do_segment()