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()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 …]
309 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()
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()