Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cubic.c55 static int tcp_cubic_cleanup(struct tcpcb *tp);
73 .cleanup = tcp_cubic_cleanup,
127 tcp_cubic_cleanup(struct tcpcb *tp) in tcp_cubic_cleanup() function