tcp_congctl_register
r = tcp_congctl_register("reno", &tcp_reno_ctl);
r = tcp_congctl_register("newreno", &tcp_newreno_ctl);
r = tcp_congctl_register("cubic", &tcp_cubic_ctl);
int tcp_congctl_register(const char *, const struct tcp_congctl *);