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()
3803 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5076 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5142 if (TCP_RACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5212 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5246 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, tp->t_dupacks)) { in tcp_input()
5264 …} else if ((!TCP_RACK_ENABLED(tp) && tp->t_dupacks > tp->t_rexmtthresh && old_dupacks >= tp->t_rex… in tcp_input()
5326 … } else if (rack_loss_detected || (!TCP_RACK_ENABLED(tp) && tp->t_dupacks >= tp->t_rexmtthresh)) { in tcp_input()
5402 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5480 if (!TCP_RACK_ENABLED(tp)) { in tcp_input()
5495 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5590 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5716 if (TCP_RACK_ENABLED(tp)) { in tcp_input()
5737 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, 0)) { in tcp_input()