Searched refs:tcp_reno_ctl (Results 1 – 3 of 3) sorted by relevance
79 extern const struct tcp_congctl tcp_reno_ctl;
243 r = tcp_congctl_register("reno", &tcp_reno_ctl); in tcp_congctl_init()645 const struct tcp_congctl tcp_reno_ctl = { variable
1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst)) in tcp_output()