Home
last modified time | relevance | path

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

/net/sunrpc/
Dauth.c33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable
99 if (auth_flavors[flavor] == NULL) { in rpcauth_register()
100 auth_flavors[flavor] = ops; in rpcauth_register()
117 if (auth_flavors[flavor] == ops) { in rpcauth_unregister()
118 auth_flavors[flavor] = NULL; in rpcauth_unregister()
141 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
145 ops = auth_flavors[flavor]; in rpcauth_get_pseudoflavor()
179 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
183 ops = auth_flavors[flavor]; in rpcauth_get_gssinfo()
217 const struct rpc_authops *ops = auth_flavors[flavor]; in rpcauth_list_flavors()
[all …]