Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_sack.c446 if (!TCP_RACK_ENABLED(tp) && SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) { in tcp_sack_doack()
488 if (TCP_RACK_ENABLED(tp)) { in tcp_sack_doack()
970 if (TCP_RACK_ENABLED(tp) && *dsack_tlp == false) { in tcp_sack_process_dsack()
H A Dtcp_output.c562 if (TCP_RACK_ENABLED(tp)) { in tcp_flight_size()
571 if (TCP_RACK_ENABLED(tp)) { in tcp_flight_size()
956 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1007 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1126 bool rack_in_recovery = TCP_RACK_ENABLED(tp) && IN_FASTRECOVERY(tp); in tcp_output()
1163 !(tp->t_flagsext & TF_RESCUE_RXT) && !TCP_RACK_ENABLED(tp)) { in tcp_output()
1432 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
1533 if (TCP_RACK_ENABLED(tp) && rack_sack_rxmit == 0) { in tcp_output()
2720 if (TCP_RACK_ENABLED(tp)) { in tcp_output()
3143 if (TCP_RACK_ENABLED(tp) && len) { in tcp_output()
[all …]
H A Dtcp_input.c1396 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()
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()
[all …]
H A Dtcp_timer.c1283 if (TCP_RACK_ENABLED(tp)) { in tcp_timers()
1887 if (TCP_RACK_ENABLED(tp)) { in tcp_timers()
H A Dtcp_var.h871 #define TCP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENA… macro