Searched refs:tcp_compute_initwnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netinet/cc/
H A Dcc_newreno.c223 rw = tcp_compute_initwnd(tcp_maxseg(ccv->ccvc.tcp));
/freebsd-13-stable/sys/netinet/
H A Dtcp_var.h1100 uint32_t tcp_compute_initwnd(uint32_t);
H A Dtcp_input.c434 tp->snd_cwnd = tcp_compute_initwnd(maxseg);
4052 tcp_compute_initwnd(uint32_t maxseg) function
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c1952 return (tcp_compute_initwnd(tcp_maxseg(rack->rc_tp)));
2006 bw = tcp_compute_initwnd(tcp_maxseg(rack->rc_tp));

Completed in 155 milliseconds