tcp_common_congestion_exp
static void tcp_common_congestion_exp(struct tcpcb *, int, int);
tcp_common_congestion_exp(tp, RENO_BETAA, RENO_BETAB);
tcp_common_congestion_exp(tp, CUBIC_BETAA, CUBIC_BETAB);