Home
last modified time | relevance | path

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

/freebsd/sys/netinet/cc/
H A Dcc.c438 rw = tcp_compute_initwnd(tcp_fixed_maxseg(ccv->tp)); in newreno_cc_after_idle()
/freebsd/sys/netinet/
H A Dtcp_var.h1516 uint32_t tcp_compute_initwnd(uint32_t);
H A Dtcp_input.c409 tp->snd_cwnd = tcp_compute_initwnd(maxseg); in cc_conn_init()
4194 tcp_compute_initwnd(uint32_t maxseg) in tcp_compute_initwnd() function
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c1980 return (tcp_compute_initwnd(tcp_maxseg(rack->rc_tp))); in rc_init_window()
2408 bw = tcp_compute_initwnd(tcp_maxseg(rack->rc_tp)); in rack_get_gp_est()