Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cubic.c42 static int tcp_cubic_cleanup(struct tcpcb *tp);
59 .cleanup = tcp_cubic_cleanup,
98 tcp_cubic_cleanup(struct tcpcb *tp) in tcp_cubic_cleanup() function