Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_cubic.c48 static void tcp_cubic_after_timeout(struct tcpcb *tp);
66 .after_timeout = tcp_cubic_after_timeout,
553 tcp_cubic_after_timeout(struct tcpcb *tp) in tcp_cubic_after_timeout() function