Home
last modified time | relevance | path

Searched refs:TCP_RACK_ENABLED (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_sack.c435 if (!TCP_RACK_ENABLED(tp) && SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack()
477 if (TCP_RACK_ENABLED(tp)) { in tcp_sack_doack()
483 while (sblkp >= sack_blocks && TCP_RACK_ENABLED(tp)) { in tcp_sack_doack()
963 if (TCP_RACK_ENABLED(tp) && *dsack_tlp == false) { in tcp_sack_process_dsack()
H A Dtcp_output.c537 if (TCP_RACK_ENABLED(tp)) { in tcp_flight_size()
546 if (TCP_RACK_ENABLED(tp)) { in tcp_flight_size()
1219 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1270 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1389 bool rack_in_recovery = TCP_RACK_ENABLED(tp) && IN_FASTRECOVERY(tp); in tcp_output()
1426 !(tp->t_flagsext & TF_RESCUE_RXT) && !TCP_RACK_ENABLED(tp)) { in tcp_output()
1696 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1810 if (TCP_RACK_ENABLED(tp) && rack_sack_rxmit == 0) { in tcp_output()
2892 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
3272 if (TCP_RACK_ENABLED(tp) && len != 0) { in tcp_output()
[all …]
H A Dtcp_input.c1309 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()
[all …]
H A Dtcp_timer.c1275 if (TCP_RACK_ENABLED(tp)) { in tcp_timers()
1840 if (TCP_RACK_ENABLED(tp)) { in tcp_timers()
H A Dtcp_var.h914 #define TCP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENA… macro
H A Dtcp_subr.c4732 if (TCP_RACK_ENABLED(tp)) { in tcp_segs_dosack()