Home
last modified time | relevance | path

Searched refs:TCP_SACK_ENABLED (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/netinet/
Dtcp_sack.c229 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()
Dtcp_congctl.c486 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()
Dtcp_output.c670 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()
Dtcp_var.h409 #define TCP_SACK_ENABLED(tp) (tp->t_flags & TF_WILL_SACK) macro
411 (TCP_SACK_ENABLED(tp) && \
Dtcp_input.c1739 if (TCP_SACK_ENABLED(tp)) { in tcp_input()