Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c54 static int tcp_cubic_init(struct tcpcb *tp);
72 .init = tcp_cubic_init,
107 tcp_cubic_init(struct tcpcb *tp) in tcp_cubic_init() function