Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_newreno.c85 void tcp_newreno_after_timeout(struct tcpcb *tp);
99 .after_timeout = tcp_newreno_after_timeout,
254 tcp_newreno_after_timeout(struct tcpcb *tp) in tcp_newreno_after_timeout() function