Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cubic.c41 static int tcp_cubic_init(struct tcpcb *tp);
58 .init = tcp_cubic_init,
78 tcp_cubic_init(struct tcpcb *tp) in tcp_cubic_init() function