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()
3197 ((!(SACK_ENABLED(tp)) && in tcp_input()
3199 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
3346 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()
4794 if (SACK_ENABLED(tp) && in tcp_input()
4836 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
4851 if (SACK_ENABLED(tp) && in tcp_input()
4969 if (SACK_ENABLED(tp)) { in tcp_input()
5038 if (SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_input()
5056 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_input()
5102 if (SACK_ENABLED(tp)) { in tcp_input()
5129 if (SACK_ENABLED(tp) && in tcp_input()
5162 if (SACK_ENABLED(tp)) { in tcp_input()
5207 (!(SACK_ENABLED(tp)) || sack_bytes_acked > 0) && in tcp_input()
5242 if (SACK_ENABLED(tp)) { in tcp_input()
5482 if (SACK_ENABLED(tp)) { in tcp_input()
5613 SACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5845 if ((tlen > 0 || (th->th_flags & TH_FIN)) && SACK_ENABLED(tp)) { in tcp_input()
6273 if (SACK_ENABLED(tp)) { in tcp_finalize_options()