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);
|