Lines Matching refs:TCP_RACK_ENABLED
1396 if (TCP_RACK_ENABLED(tp)) { in tcp_bad_rexmt_restore_state()
1507 if (TCP_RACK_ENABLED(tp)) { in tcp_early_rexmt_check()
3275 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
4895 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
4961 if (TCP_RACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5063 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, tp->t_dupacks)) { in tcp_input()
5081 …} else if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rex… in tcp_input()
5143 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5219 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5297 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5314 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5410 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5531 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5552 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, 0)) { in tcp_input()