Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_congctl.h81 extern const struct tcp_congctl tcp_cubic_ctl;
H A Dtcp_congctl.c247 r = tcp_congctl_register("cubic", &tcp_cubic_ctl); in tcp_congctl_init()
979 const struct tcp_congctl tcp_cubic_ctl = { variable