Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_congctl.h79 extern const struct tcp_congctl tcp_reno_ctl;
H A Dtcp_congctl.c243 r = tcp_congctl_register("reno", &tcp_reno_ctl); in tcp_congctl_init()
645 const struct tcp_congctl tcp_reno_ctl = { variable
H A Dtcp_output.c1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst)) in tcp_output()