Home
last modified time | relevance | path

Searched refs:tcp_congctl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_congctl.h39 const struct tcp_congctl *congctl_ctl;
46 struct tcp_congctl { struct
79 extern const struct tcp_congctl tcp_reno_ctl; argument
80 extern const struct tcp_congctl tcp_newreno_ctl;
81 extern const struct tcp_congctl tcp_cubic_ctl;
90 int tcp_congctl_register(const char *, const struct tcp_congctl *);
95 tcp_congctl_bystruct(const struct tcp_congctl *);
H A Dtcp_congctl.c263 tcp_congctl_register(const char *name, const struct tcp_congctl *tcc) in tcp_congctl_register()
381 tcp_congctl_bystruct(const struct tcp_congctl *tcc) in tcp_congctl_bystruct()
645 const struct tcp_congctl tcp_reno_ctl = {
785 const struct tcp_congctl tcp_newreno_ctl = {
979 const struct tcp_congctl tcp_cubic_ctl = {
H A Dfiles.netinet51 file netinet/tcp_congctl.c inet | inet6
H A Dtcp_var.h384 const struct tcp_congctl *t_congctl; /* per TCB congctl algorithm */
/netbsd-src/sys/rump/net/lib/libnetinet/
H A DMakefile.inc17 SRCS+= tcp_congctl.c tcp_input.c tcp_output.c tcp_sack.c tcp_subr.c \
/netbsd-src/share/man/man9/
H A DMakefile64 tcp_congctl.9 thmap.9 threadpool.9 timecounter.9 time_second.9 todr.9 \