Searched refs:rpc_auth (Results 1 - 6 of 6) sorted by relevance

/net/sunrpc/
H A Dauth_null.c17 static struct rpc_auth null_auth;
20 static struct rpc_auth *
28 nul_destroy(struct rpc_auth *auth)
36 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
115 struct rpc_auth null_auth = {
H A Dauth_generic.c29 static struct rpc_auth generic_auth;
68 struct rpc_auth *auth = task->tk_client->cl_auth;
78 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
84 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
211 generic_key_timeout(struct rpc_auth *auth, struct rpc_cred *cred)
266 static struct rpc_auth generic_auth = {
H A Dauth_unix.c32 static struct rpc_auth unix_auth;
35 static struct rpc_auth *
45 unx_destroy(struct rpc_auth *auth)
55 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
61 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
230 struct rpc_auth unix_auth = {
H A Dauth.c256 struct rpc_auth *
259 struct rpc_auth *auth;
290 rpcauth_release(struct rpc_auth *auth)
326 rpcauth_init_credcache(struct rpc_auth *auth)
353 rpcauth_key_timeout_notify(struct rpc_auth *auth, struct rpc_cred *cred)
431 rpcauth_destroy_credcache(struct rpc_auth *auth)
545 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
621 rpcauth_lookupcred(struct rpc_auth *auth, int flags)
641 struct rpc_auth *auth, const struct rpc_credops *ops)
668 struct rpc_auth *aut
[all...]
H A Dclnt.c303 struct rpc_auth *auth;
683 * The old rpc_auth cache cannot be re-used. GSS
/net/sunrpc/auth_gss/
H A Dauth_gss.c92 struct rpc_auth rpc_auth; member in struct:gss_auth
562 struct gss_auth, rpc_auth);
986 struct rpc_auth * auth;
1015 auth = &gss_auth->rpc_auth;
1092 gss_destroy(struct rpc_auth *auth)
1095 struct gss_auth, rpc_auth);
1139 if (gss_auth->rpc_auth.au_flavor != args->pseudoflavor)
1149 if (!atomic_inc_not_zero(&gss_auth->rpc_auth.au_count))
1175 gss_destroy(&new->rpc_auth);
[all...]

Completed in 96 milliseconds