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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dauth.h34 struct rpc_auth;
40 struct rpc_auth * cr_auth;
65 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 *);
132 struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
133 void rpcauth_release(struct rpc_auth *);
[all...]
H A Dclnt.h45 struct rpc_auth * cl_auth; /* authenticator */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
113 struct rpc_auth null_auth = {
H A Dauth_generic.c29 static struct rpc_auth generic_auth;
60 struct rpc_auth *auth = task->tk_client->cl_auth;
70 generic_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
76 generic_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
173 static struct rpc_auth generic_auth = {
H A Dauth_unix.c31 static struct rpc_auth unix_auth;
34 static struct rpc_auth *
44 unx_destroy(struct rpc_auth *auth)
54 unx_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
60 unx_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
226 struct rpc_auth unix_auth = {
H A Dauth.c125 struct rpc_auth *
128 struct rpc_auth *auth;
159 rpcauth_release(struct rpc_auth *auth)
195 rpcauth_init_credcache(struct rpc_auth *auth)
270 rpcauth_destroy_credcache(struct rpc_auth *auth)
349 rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
416 rpcauth_lookupcred(struct rpc_auth *auth, int flags)
437 struct rpc_auth *auth, const struct rpc_credops *ops)
464 struct rpc_auth *auth = task->tk_client->cl_auth;
478 struct rpc_auth *aut
[all...]
H A Dclnt.c152 struct rpc_auth *auth;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dauth_gss.c74 struct rpc_auth rpc_auth; member in struct:gss_auth
507 struct gss_auth, rpc_auth);
784 static struct rpc_auth *
788 struct rpc_auth * auth;
808 auth = &gss_auth->rpc_auth;
877 gss_destroy(struct rpc_auth *auth)
886 gss_auth = container_of(auth, struct gss_auth, rpc_auth);
900 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
966 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfscache.h50 } rpc_auth; member in struct:nfs_fscache_key::__anon16745
H A Dnfs3xdr.c333 struct rpc_auth *auth = req->rq_cred->cr_auth;
474 struct rpc_auth *auth = req->rq_cred->cr_auth;
678 struct rpc_auth *auth = req->rq_cred->cr_auth;
805 struct rpc_auth *auth = req->rq_cred->cr_auth;
H A Dnfs2xdr.c236 struct rpc_auth *auth = req->rq_cred->cr_auth;
396 struct rpc_auth *auth = req->rq_cred->cr_auth;
577 struct rpc_auth *auth = req->rq_cred->cr_auth;
H A Dfscache.c96 key->key.rpc_auth.au_flavor = nfss->client->cl_auth->au_flavor;
H A Dclient.c731 struct rpc_auth *auth;
H A Dsuper.c698 struct rpc_auth *auth = nfss->client->cl_auth;
H A Dnfs4xdr.c761 struct rpc_auth *auth = req->rq_cred->cr_auth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A DMakefile.in174 rpc_auth.h \

Completed in 205 milliseconds