Searched refs:tcp_ecn_ok (Results 1 – 7 of 7) sorted by relevance
245 tcp_ecn_ok : 1, /* Can use ECN for this connection */ member
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()[all …]
233 if (tcp->tcp_ecn_ok) { in cc_cong_signal()243 if (tcp->tcp_ecn_ok) { in cc_cong_signal()270 if (tcp->tcp_ecn_ok) { in cc_cong_signal()1799 eager->tcp_ecn_ok = B_TRUE; in tcp_input_listener()2710 if (tcp->tcp_ecn_ok) { in tcp_input_data()2712 tcp->tcp_ecn_ok = B_FALSE; in tcp_input_data()3381 if (tcp->tcp_ecn_ok) { in tcp_input_data()4074 if (tcp->tcp_ecn_ok && (flags & TH_ECE) && !tcp->tcp_cwr) { in tcp_input_data()4164 if (tcp->tcp_ecn_ok) { in tcp_input_data()4480 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_input_data()
414 ASSERT(tcp->tcp_ecn_ok || in tcp_wput_data()1367 if (tcp->tcp_ecn_ok) { in tcp_output()2931 if (tcp->tcp_ecn_ok) in tcp_xmit_mp_aux_iss()2990 if (tcp->tcp_ecn_ok) in tcp_xmit_mp_aux_iss()3203 if (tcp->tcp_ecn_ok) { in tcp_xmit_mp()3787 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) { in tcp_fill_header()
819 ASSERT(tcp->tcp_ecn_ok); in tcp_timer()
707 tcp->tcp_ecn_ok = B_TRUE; in tcp_set_destination()2167 tcp->tcp_ecn_ok = B_FALSE; in tcp_reinit_values()4314 tcp->tcp_ecn_ok = B_TRUE; in tcp_do_connect()
227 tcp_ecn_ok : 1, /* Can use ECN for this connection */ member