Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_newreno.c92 void tcp_newreno_after_timeout(struct tcpcb *tp);
106 .after_timeout = tcp_newreno_after_timeout,
261 tcp_newreno_after_timeout(struct tcpcb *tp) in tcp_newreno_after_timeout() function