Lines Matching refs:SACK_ENABLED
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()
5094 if (SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_input()
5112 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_input()
5158 if (SACK_ENABLED(tp)) { in tcp_input()
5185 if (SACK_ENABLED(tp) && in tcp_input()
5218 if (SACK_ENABLED(tp)) { in tcp_input()
5263 (!(SACK_ENABLED(tp)) || sack_bytes_acked > 0) && in tcp_input()
5298 if (SACK_ENABLED(tp)) { in tcp_input()
5538 if (SACK_ENABLED(tp)) { in tcp_input()
5669 SACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5902 if ((tlen > 0 || (th->th_flags & TH_FIN)) && SACK_ENABLED(tp)) { in tcp_input()
6340 if (SACK_ENABLED(tp)) { in tcp_finalize_options()