Searched refs:rpc_authops (Results 1 – 5 of 5) sorted by relevance
72 struct rpc_authops;80 const struct rpc_authops *au_ops;107 struct rpc_authops { struct145 extern const struct rpc_authops authunix_ops;146 extern const struct rpc_authops authnull_ops;153 int rpcauth_register(const struct rpc_authops *);154 int rpcauth_unregister(const struct rpc_authops *);
32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {109 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()111 const struct rpc_authops *old; in rpcauth_register()124 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()126 const struct rpc_authops *old; in rpcauth_unregister()139 static const struct rpc_authops *142 const struct rpc_authops *ops; in rpcauth_get_authops()165 rpcauth_put_authops(const struct rpc_authops *ops) in rpcauth_put_authops()182 const struct rpc_authops *ops = rpcauth_get_authops(flavor); in rpcauth_get_pseudoflavor()208 const struct rpc_authops *ops; in rpcauth_get_gssinfo()[all …]
104 const struct rpc_authops authnull_ops = {
214 const struct rpc_authops authunix_ops = {
37 static const struct rpc_authops authgss_ops;2177 static const struct rpc_authops authgss_ops = {
Completed in 12 milliseconds