Home
last modified time | relevance | path

Searched refs:tcp_newreno_ctl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_congctl.h80 extern const struct tcp_congctl tcp_newreno_ctl;
H A Dtcp_congctl.c245 r = tcp_congctl_register("newreno", &tcp_newreno_ctl); in tcp_congctl_init()
785 const struct tcp_congctl tcp_newreno_ctl = { variable