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()
3764 ((!(SACK_ENABLED(tp)) && in tcp_input()
3766 (SACK_ENABLED(tp) && to.to_nsacks == 0 && in tcp_input()
3922 if (SACK_ENABLED(tp) && tp->rcv_numsacks) { in tcp_input()
5017 if (SACK_ENABLED(tp) && in tcp_input()
5074 if (SACK_ENABLED(tp) && to.to_nsacks > 0) { in tcp_input()
5096 if (SACK_ENABLED(tp) && in tcp_input()
5206 if (SACK_ENABLED(tp)) { in tcp_input()
5277 if (SACK_ENABLED(tp) && !IN_FASTRECOVERY(tp) && in tcp_input()
5295 if (SACK_ENABLED(tp) && IN_FASTRECOVERY(tp)) { in tcp_input()
5341 if (SACK_ENABLED(tp)) { in tcp_input()
5368 if (SACK_ENABLED(tp) && in tcp_input()
5401 if (SACK_ENABLED(tp)) { in tcp_input()
5446 (!(SACK_ENABLED(tp)) || sack_bytes_acked > 0) && in tcp_input()
5481 if (SACK_ENABLED(tp)) { in tcp_input()
5723 if (SACK_ENABLED(tp)) { in tcp_input()
5854 SACK_ENABLED(tp) && sack_bytes_acked > 0 && in tcp_input()
6097 if ((tlen > 0 || (th->th_flags & TH_FIN)) && SACK_ENABLED(tp)) { in tcp_input()
6536 if (SACK_ENABLED(tp)) { in tcp_finalize_options()