Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dtcp_congctl.c243 r = tcp_congctl_register("reno", &tcp_reno_ctl); in tcp_congctl_init()
245 r = tcp_congctl_register("newreno", &tcp_newreno_ctl); in tcp_congctl_init()
247 r = tcp_congctl_register("cubic", &tcp_cubic_ctl); in tcp_congctl_init()
263 tcp_congctl_register(const char *name, const struct tcp_congctl *tcc) in tcp_congctl_register() function
H A Dtcp_congctl.h90 int tcp_congctl_register(const char *, const struct tcp_congctl *);