Lines Matching refs:tcp_ecn_ok
1393 tcp->tcp_ecn_ok = B_TRUE; in tcp_connect()
1531 acceptor->tcp_ecn_ok = B_TRUE; in tcp_accept_comm()
2846 if (tcp->tcp_ecn_ok) { in tcp_rput_data()
2848 tcp->tcp_ecn_ok = B_FALSE; in tcp_rput_data()
3151 if (tcp->tcp_ecn_ok) { in tcp_rput_data()
3435 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) { in tcp_rput_data()
3538 if (tcp->tcp_ecn_ok) { in tcp_rput_data()
3816 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_rput_data()
4379 if (tcp->tcp_ecn_ok) { in tcp_timer()
4408 assert(tcp->tcp_ecn_ok); in tcp_timer()
4751 assert(tcp->tcp_ecn_ok || in tcp_wput_data()
5021 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) { in tcp_wput_data()
5827 if (tcp->tcp_ecn_ok) { in tcp_xmit_mp()
5927 if (tcp->tcp_ecn_ok) { in tcp_xmit_mp()
5959 if (tcp->tcp_ecn_ok) { in tcp_xmit_mp()