Home
last modified time | relevance | path

Searched refs:tcp_cwr (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h249 tcp_cwr : 1, /* Cwnd has reduced recently */ member
H A Dtcp.c3434 if (tcp->tcp_cwr && SEQ_GT(seg_ack, tcp->tcp_cwr_snd_max)) in tcp_rput_data()
3435 tcp->tcp_cwr = B_FALSE; in tcp_rput_data()
3437 if (!tcp->tcp_cwr) { in tcp_rput_data()
3453 tcp->tcp_cwr = B_TRUE; in tcp_rput_data()
3530 if (!tcp->tcp_cwr) { in tcp_rput_data()
3540 tcp->tcp_cwr = B_TRUE; in tcp_rput_data()
4368 if (!tcp->tcp_cwr || tcp->tcp_rexmit) { in tcp_timer()
4382 tcp->tcp_cwr = B_TRUE; in tcp_timer()
5028 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_wput_data()
5840 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_xmit_mp()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c803 if (!tcp->tcp_cwr || tcp->tcp_rexmit) { in tcp_timer()
814 tcp->tcp_cwr = B_TRUE; in tcp_timer()
H A Dtcp_input.c3884 if (tcp->tcp_cwr && SEQ_GT(seg_ack, tcp->tcp_cwr_snd_max)) in tcp_input_data()
3885 tcp->tcp_cwr = B_FALSE; in tcp_input_data()
3887 if (!tcp->tcp_cwr) { in tcp_input_data()
3903 tcp->tcp_cwr = B_TRUE; in tcp_input_data()
3979 if (!tcp->tcp_cwr) { in tcp_input_data()
3988 tcp->tcp_cwr = B_TRUE; in tcp_input_data()
H A Dtcp_output.c1353 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_output()
3137 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_xmit_mp()
3685 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_fill_header()
H A Dtcp.c2158 tcp->tcp_cwr = B_FALSE;
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h232 tcp_cwr : 1, /* Cwnd has reduced recently */ member