Home
last modified time | relevance | path

Searched refs:NetConfig (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
Dres_cache.cpp1001 struct NetConfig { struct
1002 explicit NetConfig(unsigned netId) : netid(netId) { in NetConfig() function
1224 static NetConfig* find_netconfig_locked(unsigned netid) REQUIRES(cache_mutex);
1284 NetConfig* info = find_netconfig_locked(netid); in resolv_cache_lookup()
1470 static std::unordered_map<unsigned, std::unique_ptr<NetConfig>> sNetConfigMap
1474 static void free_nameservers_locked(NetConfig* netconfig);
1479 static void res_cache_clear_stats_locked(NetConfig* netconfig);
1484 NetConfig* info = find_netconfig_locked(netid); in resolv_has_nameservers()
1495 sNetConfigMap[netid] = std::make_unique<NetConfig>(netid); in resolv_create_cache_for_net()
1507 NetConfig* netconfig = find_netconfig_locked(netid); in resolv_flush_cache_for_net()
[all …]