Home
last modified time | relevance | path

Searched refs:IN_CONGRECOVERY (Results 1 – 4 of 4) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c201 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) in newreno_cong_signal()
207 if (!IN_CONGRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timer.c389 if (IN_CONGRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
Dtcp_var.h429 #define IN_CONGRECOVERY(t_flags) (t_flags & TF_CONGRECOVERY) macro
Dtcp_input.c234 if (!IN_CONGRECOVERY(tp->t_flags)) { in cc_cong_signal()