Lines Matching refs:SACK_ENABLED
1546 if ((SACK_ENABLED(tp) || tp->t_early_rexmt_count < TCP_EARLY_REXMT_LIMIT) && in tcp_early_rexmt_check()
1548 (tp->t_dupacks == 1 || (SACK_ENABLED(tp) && !TAILQ_EMPTY(&tp->snd_holes)))) { in tcp_early_rexmt_check()
1556 if (SACK_ENABLED(tp) && in tcp_early_rexmt_check()
1818 if (SACK_ENABLED(tp) && SEQ_LT(tp->send_highest_sack, tp->snd_una)) { in tcp_update_snd_una()
2964 ((!(SACK_ENABLED(tp)) && in tcp_input()
2966 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
3075 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()
4277 if (SACK_ENABLED(tp) && in tcp_input()
4319 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
4334 if (SACK_ENABLED(tp) && in tcp_input()
4421 if (SACK_ENABLED(tp) && tcp_do_better_lr) { in tcp_input()
4429 if (SACK_ENABLED(tp) && tcp_do_better_lr) { in tcp_input()
4519 if (SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_input()
4537 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_input()
4579 if (SACK_ENABLED(tp)) { in tcp_input()
4606 if (SACK_ENABLED(tp) && in tcp_input()
4639 if (SACK_ENABLED(tp)) { in tcp_input()
4680 (!(SACK_ENABLED(tp)) || sack_bytes_acked > 0) && in tcp_input()
4714 if (SACK_ENABLED(tp)) { in tcp_input()
4886 if (SACK_ENABLED(tp)) { in tcp_input()
5000 SACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
5232 if ((tlen > 0 || (th->th_flags & TH_FIN)) && SACK_ENABLED(tp)) { in tcp_input()
5624 if (SACK_ENABLED(tp)) { in tcp_finalize_options()