Lines Matching refs:TCP_RACK_ENABLED
1309 if (TCP_RACK_ENABLED(tp)) { in tcp_bad_rexmt_restore_state()
1420 if (TCP_RACK_ENABLED(tp)) { in tcp_early_rexmt_check()
3802 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5075 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5141 if (TCP_RACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5211 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5245 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, tp->t_dupacks)) { in tcp_input()
5263 …} else if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rex… in tcp_input()
5325 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5401 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5479 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5494 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5589 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5715 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5736 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, 0)) { in tcp_input()