Searched refs:ECN_STATE_TO_STRING (Results 1 – 1 of 1) sorted by relevance
514 #define ECN_STATE_TO_STRING(_s, _str) \ in tcp_connection_client_accurate_ecn_state_to_string() macro518 ECN_STATE_TO_STRING(invalid, "Invalid") in tcp_connection_client_accurate_ecn_state_to_string()519 ECN_STATE_TO_STRING(feature_disabled, "Disabled") in tcp_connection_client_accurate_ecn_state_to_string()520 ECN_STATE_TO_STRING(feature_enabled, "Enabled") in tcp_connection_client_accurate_ecn_state_to_string()521 ECN_STATE_TO_STRING(negotiation_blackholed, "Blackholed") in tcp_connection_client_accurate_ecn_state_to_string()522 ECN_STATE_TO_STRING(ace_bleaching_detected, "ACE bleaching") in tcp_connection_client_accurate_ecn_state_to_string()523 ECN_STATE_TO_STRING(negotiation_success, "Capable") in tcp_connection_client_accurate_ecn_state_to_string()524 ECN_STATE_TO_STRING(negotiation_success_ect_mangling_detected, "ECT mangling") in tcp_connection_client_accurate_ecn_state_to_string()525 ECN_STATE_TO_STRING(negotiation_success_ect_bleaching_detected, "ECT bleaching") in tcp_connection_client_accurate_ecn_state_to_string()526 #undef ECN_STATE_TO_STRING in tcp_connection_client_accurate_ecn_state_to_string()[all …]