Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h248 tcp_ecn_cwr_sent : 1, /* ECN_CWR has been sent */ member
H A Dtcp.c3461 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_rput_data()
3542 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_rput_data()
4384 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_timer()
5028 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_wput_data()
5030 tcp->tcp_ecn_cwr_sent = B_TRUE; in tcp_wput_data()
5840 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_xmit_mp()
5842 tcp->tcp_ecn_cwr_sent = B_TRUE; in tcp_xmit_mp()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h230 tcp_ecn_cwr_sent : 1, /* ECN_CWR has been sent */ member
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1353 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_output()
1355 tcp->tcp_ecn_cwr_sent = B_TRUE; in tcp_output()
3137 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_xmit_mp()
3139 tcp->tcp_ecn_cwr_sent = B_TRUE; in tcp_xmit_mp()
3685 if (tcp->tcp_cwr && !tcp->tcp_ecn_cwr_sent) { in tcp_fill_header()
3687 tcp->tcp_ecn_cwr_sent = B_TRUE; in tcp_fill_header()
H A Dtcp_timers.c816 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_timer()
H A Dtcp_input.c3911 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_input_data()
3990 tcp->tcp_ecn_cwr_sent = B_FALSE; in tcp_input_data()