Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_newreno.c84 int tcp_newreno_init(struct tcpcb *tp);
98 .init = tcp_newreno_init,
112 tcp_newreno_init(struct tcpcb *tp) in tcp_newreno_init() function