Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet/
H A Dtcp_newreno.c77 int tcp_newreno_init(struct tcpcb *tp);
91 .init = tcp_newreno_init,
105 tcp_newreno_init(struct tcpcb *tp) in tcp_newreno_init() function