Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c61 static void tcp_cubic_after_timeout(struct tcpcb *tp);
80 .after_timeout = tcp_cubic_after_timeout,
582 tcp_cubic_after_timeout(struct tcpcb *tp) in tcp_cubic_after_timeout() function