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

  /src/sys/netinet/
tcp_congctl.h 92 int tcp_congctl_select(struct tcpcb *, const char *);
tcp_congctl.c 255 r = tcp_congctl_select(NULL, TCP_CONGCTL_DEFAULT);
282 tcp_congctl_select(NULL, name);
318 tcp_congctl_select(struct tcpcb *tp, const char *name) function in typeref:typename:int
tcp_usrreq.c 332 error = tcp_congctl_select(tp, sopt->sopt_data);
1806 error = tcp_congctl_select(NULL, newname);
tcp_subr.c 1006 tcp_congctl_select(tp, tcp_congctl_global_name);

Completed in 15 milliseconds