Home
last modified time | relevance | path

Searched refs:rpc_authops (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/sunrpc/
Dauth.h82 struct rpc_authops;
92 const struct rpc_authops *au_ops; /* operations */
115 struct rpc_authops { struct
151 extern const struct rpc_authops authunix_ops; argument
152 extern const struct rpc_authops authnull_ops;
164 int rpcauth_register(const struct rpc_authops *);
165 int rpcauth_unregister(const struct rpc_authops *);
/linux-4.4.14/net/sunrpc/
Dauth.c33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
95 rpcauth_register(const struct rpc_authops *ops) in rpcauth_register()
113 rpcauth_unregister(const struct rpc_authops *ops) in rpcauth_unregister()
142 const struct rpc_authops *ops; in rpcauth_get_pseudoflavor()
177 const struct rpc_authops *ops; in rpcauth_get_gssinfo()
221 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()
260 const struct rpc_authops *ops; in rpcauth_create()
Dauth_null.c105 const struct rpc_authops authnull_ops = {
Dauth_unix.c219 const struct rpc_authops authunix_ops = {
Dauth_generic.c258 static const struct rpc_authops generic_auth_ops = {
/linux-4.4.14/net/sunrpc/auth_gss/
Dauth_gss.c58 static const struct rpc_authops authgss_ops;
1974 static const struct rpc_authops authgss_ops = {