Lines Matching refs:resolv_cache
1234 typedef struct resolv_cache { struct
1265 _cache_flush_pending_requests_locked( struct resolv_cache* cache ) in _cache_flush_pending_requests_locked() argument
1288 _cache_check_pending_request_locked( struct resolv_cache* cache, Entry* key ) in _cache_check_pending_request_locked()
1326 _cache_notify_waiting_tid_locked( struct resolv_cache* cache, Entry* key ) in _cache_notify_waiting_tid_locked()
1353 _resolv_cache_query_failed( struct resolv_cache* cache, in _resolv_cache_query_failed()
1427 static struct resolv_cache*
1430 struct resolv_cache* cache; in _resolv_cache_create()
1633 _resolv_cache_lookup( struct resolv_cache* cache, in _resolv_cache_lookup()
1715 _resolv_cache_add( struct resolv_cache* cache, in _resolv_cache_add()
1818 static struct resolv_cache* _find_named_cache_locked(const char* ifname);
1822 static struct resolv_cache* _get_res_cache_for_iface_locked(const char* ifname);
1859 struct resolv_cache*
1862 struct resolv_cache *cache; in __get_res_cache()
1887 static struct resolv_cache*
1893 struct resolv_cache* cache = _find_named_cache_locked(ifname); in _get_res_cache_for_iface_locked()
1938 struct resolv_cache* cache = _get_res_cache_for_iface_locked(ifname); in _resolv_cache_reset()
1980 struct resolv_cache* cache = _find_named_cache_locked(ifname); in _flush_cache_for_iface_locked()
2008 static struct resolv_cache*