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

  /src/sys/netinet/
tcp_congctl.c 483 tp->t_partialacks = 0;
555 tp->t_partialacks = -1;
567 if (tp->t_partialacks < 0) {
580 tp->t_partialacks = -1;
681 if (tp->t_partialacks < 0) {
703 tp->t_partialacks++;
764 tp->t_partialacks = -1;
780 if (tp->t_partialacks < 0)
931 if (tp->snd_cwnd > tp->snd_ssthresh && tp->t_partialacks < 0 &&
971 tp->t_partialacks = -1
    [all...]
tcp_var.h 223 * t_partialacks:
228 short t_partialacks; /* partials acks during fast rexmit */ member in struct:tcpcb
tcp_output.c 696 if (tp->t_partialacks < 0)
773 if (TCP_SACK_ENABLED(tp) && tp->t_partialacks >= 0) {
tcp_syncache.c 772 tp->t_partialacks = -1;
tcp_input.c 1841 tp->t_partialacks < 0) {
2486 else if (tp->t_partialacks < 0 &&
tcp_subr.c 889 .t_partialacks = -1,

Completed in 22 milliseconds