rpc_auth
struct rpc_auth *auth;
struct rpc_auth *auth = nfss->client->cl_auth;
struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth;
struct rpc_auth * (*create)(const struct rpc_auth_create_args *,
void (*destroy)(struct rpc_auth *);
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
int (*key_timeout)(struct rpc_auth *,
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
struct rpc_auth * rpcauth_create(const struct rpc_auth_create_args *,
void rpcauth_release(struct rpc_auth *);
struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
int rpcauth_init_credcache(struct rpc_auth *);
void rpcauth_destroy_credcache(struct rpc_auth *);
struct rpc_auth;
struct rpc_auth * cr_auth;
struct rpc_auth * cl_auth; /* authenticator */
const struct rpc_auth *auth
struct rpc_auth *
struct rpc_auth *auth = ERR_PTR(-EINVAL);
rpcauth_release(struct rpc_auth *auth)
rpcauth_init_credcache(struct rpc_auth *auth)
rpcauth_destroy_credcache(struct rpc_auth *auth)
rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
rpcauth_lookupcred(struct rpc_auth *auth, int flags)
struct rpc_auth *auth, const struct rpc_credops *ops)
struct rpc_auth *auth = task->tk_client->cl_auth;
struct rpc_auth *auth = task->tk_client->cl_auth;
struct rpc_auth *auth = task->tk_client->cl_auth;
struct rpc_auth *auth = task->tk_client->cl_auth;
struct rpc_auth * auth;
auth = &gss_auth->rpc_auth;
gss_destroy(struct rpc_auth *auth)
struct gss_auth, rpc_auth);
if (gss_auth->rpc_auth.au_flavor != args->pseudoflavor)
if (!refcount_inc_not_zero(&gss_auth->rpc_auth.au_count))
gss_destroy(&new->rpc_auth);
static struct rpc_auth *
return &gss_auth->rpc_auth;
&gss_auth->rpc_auth,
struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
static struct rpc_cred *gss_lookup_cred(struct rpc_auth *auth,
gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags, gfp_t gfp)
struct gss_auth *gss_auth = container_of(auth, struct gss_auth, rpc_auth);
gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred)
struct gss_auth *gss_auth = container_of(auth, struct gss_auth, rpc_auth);
struct rpc_auth *auth = oldcred->cr_auth;
struct rpc_auth *auth = cred->cr_auth;
struct gss_auth, rpc_auth);
struct rpc_auth rpc_auth;
struct rpc_auth null_auth = {
static struct rpc_auth null_auth;
static struct rpc_auth *
nul_destroy(struct rpc_auth *auth)
nul_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
static struct rpc_auth tls_auth = {
static struct rpc_auth tls_auth;
static struct rpc_auth *tls_create(const struct rpc_auth_create_args *args,
static void tls_destroy(struct rpc_auth *auth)
static struct rpc_cred *tls_lookup_cred(struct rpc_auth *auth,
struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth;
struct rpc_auth unix_auth = {
static struct rpc_auth unix_auth;
static struct rpc_auth *
unx_destroy(struct rpc_auth *auth)
static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth,
const struct rpc_auth *auth = task->tk_rqstp->rq_cred->cr_auth;
struct rpc_auth *auth;