Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dauth.h124 int (*key_timeout)(struct rpc_auth *, member
/linux-4.1.27/net/sunrpc/
Dauth_generic.c263 .key_timeout = generic_key_timeout,
Dauth.c355 if (!cred->cr_auth->au_ops->key_timeout) in rpcauth_key_timeout_notify()
357 return cred->cr_auth->au_ops->key_timeout(auth, cred); in rpcauth_key_timeout_notify()