Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/cc/
Dcc_newreno.c267 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
304 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_post_recovery()
Dcc_htcp.c281 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()
361 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_post_recovery()
Dcc_cubic.c291 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()
369 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_post_recovery()
Dcc_dctcp.c157 if (!IN_FASTRECOVERY(CCV(ccv, t_flags)) && in dctcp_ack_received()
242 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
/freebsd-12-stable/sys/netinet/
Dtcp_input.c410 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal()
2596 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2600 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2635 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2755 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
Dtcp_var.h349 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) macro
Dtcp_timer.c658 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
Dtcp_output.c289 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()
/freebsd-12-stable/sys/netinet/tcp_stacks/
Drack.c1409 if (!IN_FASTRECOVERY(tp->t_flags)) { in rack_cong_signal()
2988 if (IN_FASTRECOVERY(tp->t_flags)) in rack_timeout_rxt()
7386 if (IN_FASTRECOVERY(tp->t_flags) == 0) { in rack_output()