HomeSort by: relevance | last modified time | path
    Searched defs:tcp_common_congestion_exp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 193 static void tcp_common_congestion_exp(struct tcpcb *, int, int);
428 tcp_common_congestion_exp(struct tcpcb *tp, int betaa, int betab) function in typeref:typename:void
461 tcp_common_congestion_exp(tp, RENO_BETAA, RENO_BETAB);
902 tcp_common_congestion_exp(tp, CUBIC_BETAA, CUBIC_BETAB);

Completed in 11 milliseconds