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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/sunrpc/
H A Dauth.h62 struct rpc_auth { struct
95 struct rpc_auth * (*create)(struct rpc_clnt *, rpc_authflavor_t);
96 void (*destroy)(struct rpc_auth *);
98 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
99 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
104 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
125 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
126 void rpcauth_destroy(struct rpc_auth *);
127 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
128 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, in
[all...]
H A Dclnt.h37 struct rpc_auth * cl_auth; /* authenticator */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dauth_null.c18 static struct rpc_auth null_auth;
21 static struct rpc_auth *
29 nul_destroy(struct rpc_auth *auth)
37 nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
116 struct rpc_auth null_auth = {
H A Dauth_unix.c35 static struct rpc_auth unix_auth;
39 static struct rpc_auth *
50 unx_destroy(struct rpc_auth *auth)
60 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
66 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
225 struct rpc_auth unix_auth = {
H A Dauth.c60 struct rpc_auth *
63 struct rpc_auth *auth;
89 rpcauth_destroy(struct rpc_auth *auth)
102 rpcauth_init_credcache(struct rpc_auth *auth, unsigned long expire)
138 rpcauth_free_credcache(struct rpc_auth *auth)
159 rpcauth_prune_expired(struct rpc_auth *auth, struct rpc_cred *cred, struct hlist_head *free)
175 rpcauth_gc_credcache(struct rpc_auth *auth, struct hlist_head *free)
196 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
259 rpcauth_lookupcred(struct rpc_auth *auth, int flags)
279 struct rpc_auth *aut
[all...]
H A Dclnt.c107 struct rpc_auth *auth;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dauth_gss.c82 struct rpc_auth rpc_auth; member in struct:gss_auth
387 struct gss_auth, rpc_auth);
520 gss_auth = container_of(clnt->cl_auth, struct gss_auth, rpc_auth);
564 struct rpc_auth *auth;
569 gss_auth = container_of(auth, struct gss_auth, rpc_auth);
613 static struct rpc_auth *
617 struct rpc_auth * auth;
639 auth = &gss_auth->rpc_auth;
668 gss_destroy(struct rpc_auth *aut
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs3xdr.c322 struct rpc_auth *auth = req->rq_task->tk_auth;
461 struct rpc_auth *auth = req->rq_task->tk_auth;
646 struct rpc_auth *auth = req->rq_task->tk_auth;
776 struct rpc_auth *auth = req->rq_task->tk_auth;
H A Dnfs2xdr.c226 struct rpc_auth *auth = req->rq_task->tk_auth;
383 struct rpc_auth *auth = task->tk_auth;
544 struct rpc_auth *auth = req->rq_task->tk_auth;
H A Dnfs4xdr.c1073 struct rpc_auth *auth = req->rq_task->tk_auth;
1119 struct rpc_auth *auth = req->rq_task->tk_auth;
1737 struct rpc_auth *auth = req->rq_task->tk_auth;
1797 struct rpc_auth *auth = req->rq_task->tk_auth;
2032 struct rpc_auth *auth = req->rq_task->tk_auth;
H A Dsuper.c357 struct rpc_auth *auth = nfss->client->cl_auth;
H A Dclient.c508 struct rpc_auth *auth;

Completed in 98 milliseconds