Searched refs:ip_map_cache (Results 1 – 2 of 2) sorted by relevance
336 cache_purge(sn->ip_map_cache);351 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 359 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get() 385 cache_put(&ipm->h, sn->ip_map_cache);399 cache_put(&ipm->h, sn->ip_map_cache);843 sn->ip_map_cache) in svcauth_tls_accept() 844 cache_purge(sn->ip_map_cache); in svcauth_tls_accept() 969 ipm = __ip_map_lookup(sn->ip_map_cache, in svcauth_unix_accept() 976 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_accept() 1321 cd = sn->ip_map_cache;[all...]
12 struct cache_detail *ip_map_cache; member