Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance
72 struct rpc_authops;80 const struct rpc_authops *au_ops;107 struct rpc_authops { struct146 extern const struct rpc_authops authunix_ops; argument147 extern const struct rpc_authops authnull_ops;148 extern const struct rpc_authops authtls_ops;155 int rpcauth_register(const struct rpc_authops *);156 int rpcauth_unregister(const struct rpc_authops *);
35 [RPC_AUTH_TLS] = (const struct rpc_authops __force __rcu *)&authtls_ops,106 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()108 const struct rpc_authops *old; in rpcauth_register()121 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()123 const struct rpc_authops *old; in rpcauth_unregister()136 static const struct rpc_authops *139 const struct rpc_authops *ops; in rpcauth_get_authops()162 rpcauth_put_authops(const struct rpc_authops *ops) in rpcauth_put_authops()179 const struct rpc_authops *ops = rpcauth_get_authops(flavor); in rpcauth_get_pseudoflavor()205 const struct rpc_authops *ops; in rpcauth_get_gssinfo()[all …]
104 const struct rpc_authops authnull_ops = {
138 const struct rpc_authops authtls_ops = {
214 const struct rpc_authops authunix_ops = {
37 static const struct rpc_authops authgss_ops;2179 static const struct rpc_authops authgss_ops = {
Completed in 29 milliseconds