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()
3239 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
4856 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
4905 if (TCP_RACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5007 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, tp->t_dupacks)) { in tcp_input()
5025 …} else if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rex… in tcp_input()
5087 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5163 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5241 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5258 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5354 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5475 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5496 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, 0)) { in tcp_input()