HomeSort by: relevance | last modified time | path
    Searched refs:TCP_SACK_ENABLED (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
tcp_sack.c 229 if (TCP_SACK_ENABLED(tp)) {
258 if (!TCP_SACK_ENABLED(tp) || ((th->th_flags & TH_ACK) == 0) ||
448 if (!TCP_SACK_ENABLED(tp))
514 if (!TCP_SACK_ENABLED(tp)) {
tcp_congctl.c 486 if (TCP_SACK_ENABLED(tp)) {
583 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
707 if (TCP_SACK_ENABLED(tp)) {
767 if (TCP_SACK_ENABLED(tp) && SEQ_GT(th->th_ack, tp->snd_fack))
tcp_var.h 409 #define TCP_SACK_ENABLED(tp) (tp->t_flags & TF_WILL_SACK)
411 (TCP_SACK_ENABLED(tp) && \
tcp_output.c 670 if (TCP_SACK_ENABLED(tp) && SEQ_LT(tp->snd_nxt, tp->snd_max))
694 if (!TCP_SACK_ENABLED(tp))
773 if (TCP_SACK_ENABLED(tp) && tp->t_partialacks >= 0) {
999 if (TCP_SACK_ENABLED(tp) && SEQ_GT(tp->snd_max, tp->snd_una) &&
1356 if (TCP_SACK_ENABLED(tp) && sack_rxmit) {
tcp_input.c 1739 if (TCP_SACK_ENABLED(tp)) {

Completed in 19 milliseconds