Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dauth.h139 int (*key_timeout)(struct rpc_auth *, member
/Linux-v4.19/net/sunrpc/
Dauth_generic.c272 .key_timeout = generic_key_timeout,
Dauth.c354 if (!cred->cr_auth->au_ops->key_timeout) in rpcauth_key_timeout_notify()
356 return cred->cr_auth->au_ops->key_timeout(auth, cred); in rpcauth_key_timeout_notify()