Searched refs:route_entry (Results 1 – 2 of 2) sorted by relevance
109 struct rtmsg *route_entry; in display_routes() local137 route_entry = NLMSG_DATA(msg_hdr_ptr); in display_routes()138 route_protocol = route_entry->rtm_protocol; in display_routes()143 if (route_entry->rtm_table == RT_TABLE_MAIN) { in display_routes()162 route_netmask = route_entry->rtm_dst_len; in display_routes()167 rteattr = RTM_RTA(route_entry); in display_routes()212 if (route_entry->rtm_type == RTN_UNREACHABLE) flags[0] = '!'; in display_routes()
289 auto& route_entry = route_table_.back(); in XdsConfigSelector() local290 route_entry.route = route; in XdsConfigSelector()294 route_entry.route.max_stream_duration = in XdsConfigSelector()297 error = CreateMethodConfig(&route_entry.method_config, route_entry.route); in XdsConfigSelector()302 for (const auto& weighted_cluster : route_entry.route.weighted_clusters) { in XdsConfigSelector()305 route_entry.weighted_cluster_state.emplace_back(end, in XdsConfigSelector()