Searched refs:IN_RECOVERY (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/netinet/cc/
H A Dcc_vegas.c206 if (IN_RECOVERY(CCV(ccv, t_flags)))
213 if (!IN_RECOVERY(CCV(ccv, t_flags))) {
226 if (IN_RECOVERY(CCV(ccv, t_flags)) && !presignalrecov)
H A Dcc_hd.c145 !IN_RECOVERY(CCV(ccv, t_flags))) {
H A Dcc_newreno.c87 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) &&
H A Dcc_chd.c257 if (rtt && e_t->minrtt && !IN_RECOVERY(CCV(ccv, t_flags))) {
356 if (!IN_RECOVERY(CCV(ccv, t_flags)) && qdly > V_chd_qthresh) {
H A Dcc_cubic.c130 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) &&
H A Dcc_htcp.c202 if (type == CC_ACK && !IN_RECOVERY(CCV(ccv, t_flags)) &&
H A Dcc_cdg.c623 if (!IN_RECOVERY(CCV(ccv, t_flags))) {
/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h279 #define IN_RECOVERY(t_flags) (t_flags & (TF_CONGRECOVERY | TF_FASTRECOVERY)) macro
H A Dtcp_input.c1740 !IN_RECOVERY(tp->t_flags) &&
2859 if (!IN_RECOVERY(tp->t_flags) &&
2864 if (IN_RECOVERY(tp->t_flags) &&

Completed in 140 milliseconds