Searched defs:FilterChainMatch (Results 1 – 7 of 7) sorted by relevance
142 struct FilterChainMatch { struct143 uint32_t destination_port = 0;144 std::vector<XdsListenerResource::FilterChainMap::CidrRange> prefix_ranges;145 XdsListenerResource::FilterChainMap::ConnectionSourceType source_type =148 source_prefix_ranges;149 std::vector<uint32_t> source_ports;150 std::vector<std::string> server_names;151 std::string transport_protocol;152 std::vector<std::string> application_protocols;
144 struct FilterChainMatch { struct145 uint32_t destination_port = 0;146 std::vector<XdsListenerResource::FilterChainMap::CidrRange> prefix_ranges;147 XdsListenerResource::FilterChainMap::ConnectionSourceType source_type =150 source_prefix_ranges;151 std::vector<uint32_t> source_ports;152 std::vector<std::string> server_names;153 std::string transport_protocol;154 std::vector<std::string> application_protocols;
59 message FilterChainMatch { message
75 message FilterChainMatch { message
97 message FilterChainMatch { message
172 abstract static class FilterChainMatch { class in EnvoyServerProtoData