Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dtcp_congctl.c193 static void tcp_common_congestion_exp(struct tcpcb *, int, int);
428 tcp_common_congestion_exp(struct tcpcb *tp, int betaa, int betab) in tcp_common_congestion_exp() function
461 tcp_common_congestion_exp(tp, RENO_BETAA, RENO_BETAB); in tcp_reno_congestion_exp()
902 tcp_common_congestion_exp(tp, CUBIC_BETAA, CUBIC_BETAB); in tcp_cubic_congestion_exp()