Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_input.c1410 if ((SACK_ENABLED(tp) || tp->t_early_rexmt_count < TCP_EARLY_REXMT_LIMIT) && in tcp_early_rexmt_check()
1412 (tp->t_dupacks == 1 || (SACK_ENABLED(tp) && !TAILQ_EMPTY(&tp->snd_holes)))) { in tcp_early_rexmt_check()
1422 } else if (SACK_ENABLED(tp) && in tcp_early_rexmt_check()
3763 ((!(SACK_ENABLED(tp)) && in tcp_input()
3765 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
3921 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()
5016 if (SACK_ENABLED(tp) && in tcp_input()
5073 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
5095 if (SACK_ENABLED(tp) && in tcp_input()
5205 if (SACK_ENABLED(tp)) { in tcp_input()
[all …]
H A Dtcp_output.c309 if (SACK_ENABLED(tp)) { in tcp_tfo_check()
1218 if (SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_output()
1258 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_output()
1962 if (SACK_ENABLED(tp) && (tp->t_state >= TCPS_ESTABLISHED) && in tcp_output()
2119 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
2175 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()
2877 if (SACK_ENABLED(tp) && len > 1 && in tcp_output()
H A Dtcp_sack.c863 if (!SACK_ENABLED(tp) || IN_FASTRECOVERY(tp) || in tcp_sack_byte_islost()
H A Dtcp_timer.c1662 !SACK_ENABLED(tp) || IN_FASTRECOVERY(tp)) && in tcp_timers()
1815 VERIFY(SACK_ENABLED(tp)); in tcp_timers()
3082 !SACK_ENABLED(tp) || IN_FASTRECOVERY(tp) || in tcp_set_pto()
H A Dtcp_var.h912 #define SACK_ENABLED(tp) (tp->t_flagsext & TF_SACK_ENABLE) macro
914 #define TCP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENA…
H A Dtcp_usrreq.c1766 if (SACK_ENABLED(tp)) { in tcp_fill_info()
2055 if (SACK_ENABLED(tp)) { in tcp_connection_fill_info()