Searched refs:TCP_SACK_ENABLED (Results 1 – 5 of 5) sorted by relevance
229 if (TCP_SACK_ENABLED(tp)) { in tcp_new_dsack()258 if (!TCP_SACK_ENABLED(tp) || ((th->th_flags & TH_ACK) == 0) || in tcp_sack_option()448 if (!TCP_SACK_ENABLED(tp)) in tcp_sack_output()514 if (!TCP_SACK_ENABLED(tp)) { in tcp_sack_numblks()
486 if (TCP_SACK_ENABLED(tp)) { in tcp_reno_do_fast_retransmit()583 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack)) in tcp_reno_fast_retransmit_newack()707 if (TCP_SACK_ENABLED(tp)) { in tcp_newreno_fast_retransmit_newack()767 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack)) in tcp_newreno_fast_retransmit_newack()
670 if (TCP_SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max)) in tcp_output()694 if (!TCP_SACK_ENABLED(tp)) in tcp_output()773 if (TCP_SACK_ENABLED(tp) && tp->t_partialacks >= 0) { in tcp_output()999 if (TCP_SACK_ENABLED(tp) && SEQ_GT(tp->snd_max, tp->snd_una) && in tcp_output()1356 if (TCP_SACK_ENABLED(tp) && sack_rxmit) { in tcp_output()
409 #define TCP_SACK_ENABLED(tp) (tp->t_flags & TF_WILL_SACK) macro411 (TCP_SACK_ENABLED(tp) && \
1739 if (TCP_SACK_ENABLED(tp)) { in tcp_input()