Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc_htcp.c291 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_cong_signal()
377 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in htcp_post_recovery()
H A Dcc_dctcp.c159 if (!IN_FASTRECOVERY(CCV(ccv, t_flags)) && in dctcp_ack_received()
252 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in dctcp_cong_signal()
H A Dcc.c396 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cc_post_recovery()
477 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cc_cong_signal()
H A Dcc_cubic.c437 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_cong_signal()
545 if (IN_FASTRECOVERY(CCV(ccv, t_flags))) { in cubic_post_recovery()
H A Dcc_newreno.c404 if (!IN_FASTRECOVERY(CCV(ccv, t_flags))) { in newreno_cong_signal()
/freebsd/sys/netinet/
H A Dtcp_input.c419 if (!IN_FASTRECOVERY(tp->t_flags)) { in cc_cong_signal()
2615 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2619 IN_FASTRECOVERY(tp->t_flags) && in tcp_do_segment()
2624 IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2675 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
2811 if (!IN_FASTRECOVERY(tp->t_flags) && in tcp_do_segment()
2829 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_segment()
4047 !IN_FASTRECOVERY(tp->t_flags))) { in tcp_do_prr_ack()
4100 if (IN_FASTRECOVERY(tp->t_flags)) { in tcp_do_prr_ack()
H A Dtcp_timer.c606 if (IN_FASTRECOVERY(tp->t_flags)) in tcp_timer_rexmt()
H A Dtcp_var.h803 #define IN_FASTRECOVERY(t_flags) (t_flags & TF_FASTRECOVERY) macro
H A Dtcp_output.c296 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_default_output()
H A Dtcp_subr.c1093 if IN_FASTRECOVERY(tp->t_flags) { in tcp_default_fb_init()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c6260 if (!IN_FASTRECOVERY(tp->t_flags)) { in rack_cong_signal()
6844 (IN_FASTRECOVERY(tp->t_flags)) && in rack_timer_start()
7843 if (IN_FASTRECOVERY(tp->t_flags)) { in rack_timeout_tlp()
8298 if (IN_FASTRECOVERY(tp->t_flags)) in rack_timeout_rxt()
9040 if (IN_FASTRECOVERY(tp->t_flags)) { in rack_log_output()
11713 if ((!IN_FASTRECOVERY(tp->t_flags)) && in rack_log_ack()
11741 if (IN_FASTRECOVERY(tp->t_flags) && in rack_log_ack()
16773 if (IN_FASTRECOVERY(tp->t_flags) && in rack_do_compressed_ack_processing()
21320 IN_FASTRECOVERY(tp->t_flags) && in rack_output()
21906 if (IN_FASTRECOVERY(tp->t_flags)) in rack_output()
[all …]