Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h133 uint32_t tcp_cwnd_max; member
H A Dtcp.c2009 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()
2010 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()
3628 if (cwnd > tcp->tcp_cwnd_max) in tcp_rput_data()
3629 cwnd = tcp->tcp_cwnd_max; in tcp_rput_data()
3839 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max); in tcp_rput_data()
5415 tcp->tcp_cwnd_max = tcp_cwnd_max_; in tcp_init_values()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h282 uint32_t tcp_cwnd_max; member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c2183 DONTCARE(tcp->tcp_cwnd_max); /* Init in tcp_init_values */
2417 tcp->tcp_cwnd_max = tcps->tcps_cwnd_max_; in tcp_init_values()
2987 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()
2988 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()
3064 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()
3065 tcp->tcp_cwnd_max = rwnd; in tcp_rwnd_set()
H A Dtcp_input.c4066 if (cwnd > tcp->tcp_cwnd_max) in tcp_input_data()
4067 cwnd = tcp->tcp_cwnd_max; in tcp_input_data()
4320 tcp->tcp_cwnd = MIN(cwnd + add, tcp->tcp_cwnd_max); in tcp_input_data()
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h1359 uint32_t tcp_cwnd_max; member