Searched refs:SACK_ENABLED (Results 1 – 7 of 7) sorted by relevance
1497 if ((SACK_ENABLED(tp) || tp->t_early_rexmt_count < TCP_EARLY_REXMT_LIMIT) && in tcp_early_rexmt_check()1499 (tp->t_dupacks == 1 || (SACK_ENABLED(tp) && !TAILQ_EMPTY(&tp->snd_holes)))) { in tcp_early_rexmt_check()1509 } else if (SACK_ENABLED(tp) && in tcp_early_rexmt_check()3233 ((!(SACK_ENABLED(tp)) && in tcp_input()3235 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()3383 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()4847 if (SACK_ENABLED(tp) && in tcp_input()4893 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()4915 if (SACK_ENABLED(tp) && in tcp_input()5025 if (SACK_ENABLED(tp)) { in tcp_input()[all …]
349 if (SACK_ENABLED(tp)) { in tcp_tfo_check()982 if (SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max)) { in tcp_output()1022 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_output()1763 if (SACK_ENABLED(tp) && (tp->t_state >= TCPS_ESTABLISHED) && in tcp_output()1915 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()1971 if (SACK_ENABLED(tp) && ((tp->t_flags & TF_NOOPT) == 0)) { in tcp_output()2757 if (SACK_ENABLED(tp) && len > 1 && in tcp_output()2967 SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_output()
513 if (SACK_ENABLED(tp) && tp->t_lossflightsize > 0 && !tcp_cubic_minor_fixes) { in tcp_cubic_post_fr()
873 if (!SACK_ENABLED(tp) || IN_FASTRECOVERY(tp) || in tcp_sack_byte_islost()
875 #define SACK_ENABLED(tp) (tp->t_flagsext & TF_SACK_ENABLE) macro877 #define TCP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENA…
1706 !SACK_ENABLED(tp) || IN_FASTRECOVERY(tp)) && in tcp_timers()1869 VERIFY(SACK_ENABLED(tp)); in tcp_timers()
1766 if (SACK_ENABLED(tp)) { in tcp_fill_info()2051 if (SACK_ENABLED(tp)) { in tcp_connection_fill_info()