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

  /src/sys/netinet/
tcp_congctl.c 890 if (tp->snd_cubic_wmax < tp->snd_cubic_wmax_last) {
891 tp->snd_cubic_wmax_last = tp->snd_cubic_wmax;
895 tp->snd_cubic_wmax_last = tp->snd_cubic_wmax;
tcp_var.h 360 ulong snd_cubic_wmax_last; /* Used for fast convergence */ member in struct:tcpcb
tcp_subr.c 886 .snd_cubic_wmax_last = 0,

Completed in 15 milliseconds