Searched refs:NetConfig (Results 1 – 1 of 1) sorted by relevance
1022 struct NetConfig { struct1023 explicit NetConfig(unsigned netId) : netid(netId) { in NetConfig() function1247 static NetConfig* find_netconfig_locked(unsigned netid) REQUIRES(cache_mutex);1307 NetConfig* info = find_netconfig_locked(netid); in resolv_cache_lookup()1491 static std::unordered_map<unsigned, std::unique_ptr<NetConfig>> sNetConfigMap1495 static void free_nameservers_locked(NetConfig* netconfig);1500 static void res_cache_clear_stats_locked(NetConfig* netconfig);1505 NetConfig* info = find_netconfig_locked(netid); in resolv_has_nameservers()1516 sNetConfigMap[netid] = std::make_unique<NetConfig>(netid); in resolv_create_cache_for_net()1529 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_flush_cache_for_net()[all …]