Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_timer.c390 tp->t_flags |= TF_WASCRECOVERY; in tcp_timer_rexmt()
392 tp->t_flags &= ~TF_WASCRECOVERY; in tcp_timer_rexmt()
Dtcp_var.h423 #define TF_WASCRECOVERY 0x40000000 /* was in congestion recovery */ macro
Dtcp_input.c268 if (tp->t_flags & TF_WASCRECOVERY) in cc_cong_signal()