Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dauth.h158 bool (*crkey_to_expire)(struct rpc_cred *); member
/Linux-v4.19/net/sunrpc/
Dauth_generic.c298 .crkey_to_expire = generic_key_to_expire,
Dauth.c365 if (!cred->cr_ops->crkey_to_expire) in rpcauth_cred_key_to_expire()
367 return cred->cr_ops->crkey_to_expire(cred); in rpcauth_cred_key_to_expire()