Searched refs:SACK_ENABLED (Results 1 – 6 of 6) sorted by relevance
1410 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()3764 ((!(SACK_ENABLED(tp)) && in tcp_input()3766 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()3922 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()5017 if (SACK_ENABLED(tp) && in tcp_input()5074 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()5096 if (SACK_ENABLED(tp) && in tcp_input()5206 if (SACK_ENABLED(tp)) { in tcp_input()[all …]
311 if (SACK_ENABLED(tp)) { in tcp_tfo_check()1278 if (SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_output()1318 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_output()2022 if (SACK_ENABLED(tp) && (tp->t_state >= TCPS_ESTABLISHED) && in tcp_output()2179 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()2235 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()2937 if (SACK_ENABLED(tp) && len > 1 && in tcp_output()
863 if (!SACK_ENABLED(tp) || IN_FASTRECOVERY(tp) || in tcp_sack_byte_islost()
1662 !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()
912 #define SACK_ENABLED(tp) (tp->t_flagsext & TF_SACK_ENABLE) macro914 #define TCP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENA…
1766 if (SACK_ENABLED(tp)) { in tcp_fill_info()2055 if (SACK_ENABLED(tp)) { in tcp_connection_fill_info()