Searched refs:ip_map_cache (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/net/sunrpc/ |
D | svcauth_unix.c | 312 return __ip_map_lookup(sn->ip_map_cache, class, addr); in ip_map_lookup() 340 cache_purge(sn->ip_map_cache); in svcauth_unix_purge() 355 if (cache_is_expired(sn->ip_map_cache, &ipm->h)) { in ip_map_cached_get() 363 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get() 389 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_put() 403 cache_put(&ipm->h, sn->ip_map_cache); in svcauth_unix_info_release() 697 ipm = __ip_map_lookup(sn->ip_map_cache, rqstp->rq_server->sv_program->pg_class, in svcauth_unix_set_client() 703 switch (cache_check(sn->ip_map_cache, &ipm->h, &rqstp->rq_chandle)) { in svcauth_unix_set_client() 910 sn->ip_map_cache = cd; in ip_map_cache_create() 917 struct cache_detail *cd = sn->ip_map_cache; in ip_map_cache_destroy() [all …]
|
D | netns.h | 12 struct cache_detail *ip_map_cache; member
|