Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_newreno.c191 if (CCV(ccv, tcp_init_cwnd) != 0) { in newreno_after_idle()
196 rw = CCV(ccv, tcp_init_cwnd) * CCV(ccv, tcp_mss); in newreno_after_idle()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h274 if ((tcp)->tcp_init_cwnd == 0) { \
283 (tcp)->tcp_cwnd = (tcp)->tcp_init_cwnd * (mss); \
H A Dtcp.h201 uint32_t tcp_init_cwnd; /* Initial cwnd (start/restart) */ member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c425 *i1 = tcp->tcp_init_cwnd; in tcp_opt_get()
739 tcp->tcp_init_cwnd = val; in tcp_opt_set()
H A Dtcp.c2135 tcp->tcp_init_cwnd = 0; in tcp_reinit_values()
2432 tcp->tcp_init_cwnd = parent->tcp_init_cwnd; in tcp_init_values()