Searched refs:auth_ops (Results 1 – 5 of 5) sorted by relevance
28 extern struct auth_ops svcauth_null;29 extern struct auth_ops svcauth_unix;31 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {32 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,33 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,36 static struct auth_ops *39 struct auth_ops *aops; in svc_get_auth_ops()52 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops()61 struct auth_ops *aops; in svc_authenticate()96 struct auth_ops *aops = rqstp->rq_authop; in svc_authorise()[all …]
38 extern struct auth_ops svcauth_null;39 extern struct auth_ops svcauth_unix;784 struct auth_ops svcauth_null = {869 struct auth_ops svcauth_unix = {
84 struct auth_ops *flavour;128 struct auth_ops { struct157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
243 struct auth_ops * rq_authop; /* authentication flavour */
792 static struct auth_ops svcauthops_gss;1803 static struct auth_ops svcauthops_gss = {