Symbol: auth_ops
include/linux/sunrpc/svc.h
194
struct auth_ops * rq_authop; /* authentication flavour */
include/linux/sunrpc/svcauth.h
157
extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops);
include/linux/sunrpc/svcauth.h
83
struct auth_ops *flavour;
net/sunrpc/auth_gss/svcauth_gss.c
2008
static struct auth_ops svcauthops_gss = {
net/sunrpc/auth_gss/svcauth_gss.c
799
static struct auth_ops svcauthops_gss;
net/sunrpc/svcauth.c
128
struct auth_ops *aops = rqstp->rq_authop;
net/sunrpc/svcauth.c
141
svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops)
net/sunrpc/svcauth.c
143
struct auth_ops *old;
net/sunrpc/svcauth.c
147
old = cmpxchg((struct auth_ops ** __force)&authtab[flavor], NULL, aops);
net/sunrpc/svcauth.c
171
struct auth_ops *aops = rqstp->rq_authop;
net/sunrpc/svcauth.c
33
extern struct auth_ops svcauth_null;
net/sunrpc/svcauth.c
34
extern struct auth_ops svcauth_unix;
net/sunrpc/svcauth.c
35
extern struct auth_ops svcauth_tls;
net/sunrpc/svcauth.c
37
static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {
net/sunrpc/svcauth.c
38
[RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,
net/sunrpc/svcauth.c
39
[RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,
net/sunrpc/svcauth.c
40
[RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,
net/sunrpc/svcauth.c
43
static struct auth_ops *
net/sunrpc/svcauth.c
46
struct auth_ops *aops;
net/sunrpc/svcauth.c
59
svc_put_auth_ops(struct auth_ops *aops)
net/sunrpc/svcauth.c
78
struct auth_ops *aops;
net/sunrpc/svcauth_unix.c
1010
struct auth_ops svcauth_unix = {
net/sunrpc/svcauth_unix.c
39
extern struct auth_ops svcauth_null;
net/sunrpc/svcauth_unix.c
40
extern struct auth_ops svcauth_unix;
net/sunrpc/svcauth_unix.c
41
extern struct auth_ops svcauth_tls;
net/sunrpc/svcauth_unix.c
809
struct auth_ops svcauth_null = {
net/sunrpc/svcauth_unix.c
894
struct auth_ops svcauth_tls = {