Lines Matching refs:SACK_ENABLED
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()
5276 if (SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_input()
5294 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_input()
5340 if (SACK_ENABLED(tp)) { in tcp_input()
5367 if (SACK_ENABLED(tp) && in tcp_input()
5400 if (SACK_ENABLED(tp)) { in tcp_input()
5445 (!(SACK_ENABLED(tp)) || sack_bytes_acked > 0) && in tcp_input()
5480 if (SACK_ENABLED(tp)) { in tcp_input()
5722 if (SACK_ENABLED(tp)) { in tcp_input()
5853 SACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
6096 if ((tlen > 0 || (th->th_flags & TH_FIN)) && SACK_ENABLED(tp)) { in tcp_input()
6535 if (SACK_ENABLED(tp)) { in tcp_finalize_options()