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
1394 tcp->tcp_ecn_ok = B_TRUE; in tcp_connect()1532 acceptor->tcp_ecn_ok = B_TRUE; in tcp_accept_comm()2847 if (tcp->tcp_ecn_ok) { in tcp_rput_data()2849 tcp->tcp_ecn_ok = B_FALSE; in tcp_rput_data()3152 if (tcp->tcp_ecn_ok) { in tcp_rput_data()3436 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) { in tcp_rput_data()3539 if (tcp->tcp_ecn_ok) { in tcp_rput_data()3817 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_rput_data()4381 if (tcp->tcp_ecn_ok) { in tcp_timer()4410 assert(tcp->tcp_ecn_ok); in tcp_timer()[all …]
813 if (tcp->tcp_ecn_ok) { in tcp_timer()849 ASSERT(tcp->tcp_ecn_ok); in tcp_timer()
399 ASSERT(tcp->tcp_ecn_ok || in tcp_wput_data()1347 if (tcp->tcp_ecn_ok) { in tcp_output()2872 if (tcp->tcp_ecn_ok) in tcp_xmit_mp_aux_iss()2931 if (tcp->tcp_ecn_ok) in tcp_xmit_mp_aux_iss()3140 if (tcp->tcp_ecn_ok) { in tcp_xmit_mp()3694 if (tcp->tcp_ecn_ok && !tcp->tcp_zero_win_probe) { in tcp_fill_header()
1620 eager->tcp_ecn_ok = B_TRUE; in tcp_input_listener()2527 if (tcp->tcp_ecn_ok) { in tcp_input_data()2529 tcp->tcp_ecn_ok = B_FALSE; in tcp_input_data()3170 if (tcp->tcp_ecn_ok) { in tcp_input_data()3857 if (tcp->tcp_ecn_ok && (flags & TH_ECE)) { in tcp_input_data()3958 if (tcp->tcp_ecn_ok) { in tcp_input_data()4269 if (!tcp->tcp_ecn_ok || !(flags & TH_ECE)) { in tcp_input_data()
712 tcp->tcp_ecn_ok = B_TRUE; in tcp_set_destination()2156 tcp->tcp_ecn_ok = B_FALSE;4268 tcp->tcp_ecn_ok = B_TRUE; in tcp_do_connect()
228 tcp_ecn_ok : 1, /* Can use ECN for this connection */ member