Searched refs:auth_ops (Results 1 – 4 of 4) sorted by relevance
33 extern struct auth_ops svcauth_null;34 extern struct auth_ops svcauth_unix;35 extern struct auth_ops svcauth_tls;37 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {38 [RPC_AUTH_NULL] = (struct auth_ops __force __rcu *)&svcauth_null,39 [RPC_AUTH_UNIX] = (struct auth_ops __force __rcu *)&svcauth_unix,40 [RPC_AUTH_TLS] = (struct auth_ops __force __rcu *)&svcauth_tls,43 static struct auth_ops *46 struct auth_ops *aops; in svc_get_auth_ops()59 svc_put_auth_ops(struct auth_ops *aops) in svc_put_auth_ops()[all …]
42 extern struct auth_ops svcauth_null;43 extern struct auth_ops svcauth_unix; in svcauth_unix_domain_release_rcu() 44 extern struct auth_ops svcauth_tls; in svcauth_unix_domain_release_rcu() 1078 struct auth_ops svcauth_null = {1163 struct auth_ops svcauth_tls = {1279 struct auth_ops svcauth_unix = {
83 struct auth_ops *flavour;140 struct auth_ops { struct157 extern int svc_auth_register(rpc_authflavor_t flavor, struct auth_ops *aops); argument
799 static struct auth_ops svcauthops_gss;2008 static struct auth_ops svcauthops_gss = {