Searched refs:tcp_cwnd_cnt (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h131 int32_t tcp_cwnd_cnt; /* cwnd cnt in congestion avoidance */ member in struct:tcp_s
H A Dtcp.c2218 tcp->tcp_cwnd_cnt = 0;
3451 tcp->tcp_cwnd_cnt = 0;
3724 tcp->tcp_cwnd_cnt = 0;
3756 tcp->tcp_cwnd_cnt = tcp->tcp_cwnd;
3828 * By initializing tcp_cwnd_cnt to new tcp_cwnd and
3832 if (tcp->tcp_cwnd_cnt <= 0) {
3833 tcp->tcp_cwnd_cnt = cwnd + add;
3835 tcp->tcp_cwnd_cnt -= add;
4358 * tcp_cwnd_cnt.
4380 tcp->tcp_cwnd_cnt
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h183 int32_t tcp_cwnd_cnt; /* cwnd cnt in congestion avoidance */ member in struct:tcp_s
H A Dtcp_impl.h210 tcp->tcp_cwnd_cnt = 0; \
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c227 tcp->tcp_cwnd_cnt = 0;
3782 tcp->tcp_cwnd_cnt = 0;
4098 tcp->tcp_cwnd_cnt = 0;
4131 tcp->tcp_cwnd_cnt = tcp->tcp_cwnd;
4203 * By initializing tcp_cwnd_cnt to new tcp_cwnd and
4207 if (tcp->tcp_cwnd_cnt <= 0) {
4208 tcp->tcp_cwnd_cnt = cwnd + add;
4210 tcp->tcp_cwnd_cnt -= add;
5534 tcp->tcp_cwnd_cnt = 0;
H A Dtcp_timers.c768 * tcp_cwnd_cnt.
787 tcp->tcp_cwnd_cnt = 0;
H A Dtcp.c2170 tcp->tcp_cwnd_cnt = 0;
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1385 int32_t tcp_cwnd_cnt; /* cwnd cnt in congestion avoidance */ member in struct:nca_conn_s

Completed in 194 milliseconds