Home
last modified time | relevance | path

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

/Linux-v5.4/net/sunrpc/
Dauth.c329 cache_lock = &cred->cr_auth->au_credcache->lock; in rpcauth_unhash_cred()
354 auth->au_credcache = new; in rpcauth_init_credcache()
461 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_destroy_credcache()
464 auth->au_credcache = NULL; in rpcauth_destroy_credcache()
570 struct rpc_cred_cache *cache = auth->au_credcache; in rpcauth_lookup_credcache()
/Linux-v5.4/include/linux/sunrpc/
Dauth.h89 struct rpc_cred_cache * au_credcache; member