Home
last modified time | relevance | path

Searched refs:IN_FASTRECOVERY (Results 1 – 5 of 5) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c200 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
222 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_post_recovery()
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c227 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal()
1948 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
1951 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
1985 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2099 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
Dtcp_timer.c385 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
Dtcp_var.h425 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) macro
Dtcp_output.c178 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()