HomeSort by: relevance | last modified time | path
    Searched refs:tcp_congctl (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.h 1 /* $NetBSD: tcp_congctl.h,v 1.7 2013/11/12 09:02:05 kefren Exp $ */
39 const struct tcp_congctl *congctl_ctl;
46 struct tcp_congctl { struct
79 extern const struct tcp_congctl tcp_reno_ctl;
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 *);
tcp_congctl.c 1 /* $NetBSD: tcp_congctl.c,v 1.29 2024/05/14 19:00:44 andvar Exp $ */
138 __KERNEL_RCSID(0, "$NetBSD: tcp_congctl.c,v 1.29 2024/05/14 19:00:44 andvar Exp $");
183 #include <netinet/tcp_congctl.h>
263 tcp_congctl_register(const char *name, const struct tcp_congctl *tcc)
381 tcp_congctl_bystruct(const struct tcp_congctl *tcc)
645 const struct tcp_congctl tcp_reno_ctl = {
785 const struct tcp_congctl tcp_newreno_ctl = {
979 const struct tcp_congctl tcp_cubic_ctl = {
tcp_timer.c 136 #include <netinet/tcp_congctl.h>
tcp_var.h 384 const struct tcp_congctl *t_congctl; /* per TCB congctl algorithm */
tcp_output.c 191 #include <netinet/tcp_congctl.h>
tcp_subr.c 145 #include <netinet/tcp_congctl.h>
tcp_usrreq.c 151 #include <netinet/tcp_congctl.h>
330 case TCP_CONGCTL:
404 case TCP_CONGCTL:
tcp_input.c 205 #include <netinet/tcp_congctl.h>
  /src/share/man/man9/
Makefile 69 tcp_congctl.9 thmap.9 threadpool.9 timecounter.9 time_second.9 todr.9 \

Completed in 22 milliseconds