Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sunrpc/
Dauth.h78 struct rpc_authops;
88 const struct rpc_authops *au_ops; /* operations */
111 struct rpc_authops { struct
147 extern const struct rpc_authops authunix_ops; argument
148 extern const struct rpc_authops authnull_ops;
160 int rpcauth_register(const struct rpc_authops *);
161 int rpcauth_unregister(const struct rpc_authops *);
/linux-4.1.27/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.1.27/net/sunrpc/auth_gss/
Dauth_gss.c58 static const struct rpc_authops authgss_ops;
1975 static const struct rpc_authops authgss_ops = {