Home
last modified time | relevance | path

Searched refs:tcp_congctl_select (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Dtcp_congctl.h92 int tcp_congctl_select(struct tcpcb *, const char *);
H A Dtcp_congctl.c255 r = tcp_congctl_select(NULL, TCP_CONGCTL_DEFAULT); in tcp_congctl_init()
282 tcp_congctl_select(NULL, name); in tcp_congctl_register()
318 tcp_congctl_select(struct tcpcb *tp, const char *name) in tcp_congctl_select() function
H A Dtcp_usrreq.c332 error = tcp_congctl_select(tp, sopt->sopt_data); in tcp_ctloutput()
1806 error = tcp_congctl_select(NULL, newname); in sysctl_tcp_congctl()
H A Dtcp_subr.c1006 tcp_congctl_select(tp, tcp_congctl_global_name); in tcp_newtcpcb()