Searched refs:RPC_AUTH_MAXFLAVOR (Results 1 – 10 of 10) sorted by relevance
37 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {48 if (flavor >= RPC_AUTH_MAXFLAVOR) in svc_get_auth_ops()146 if (flavor < RPC_AUTH_MAXFLAVOR) { in svc_auth_register()158 if (flavor < RPC_AUTH_MAXFLAVOR) in svc_auth_unregister()
32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {100 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor()111 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register()126 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister()141 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_get_authops()183 return RPC_AUTH_MAXFLAVOR; in rpcauth_get_pseudoflavor()
24 RPC_AUTH_MAXFLAVOR = 8, enumerator
233 * Returns a matching security flavor, or RPC_AUTH_MAXFLAVOR if none is found.246 return RPC_AUTH_MAXFLAVOR; in gss_svc_to_pseudoflavor() 253 * Returns a matching pseudoflavor, or RPC_AUTH_MAXFLAVOR if the tuple is263 return RPC_AUTH_MAXFLAVOR; in gss_mech_info2flavor()
222 if (pflavor != RPC_AUTH_MAXFLAVOR && in nfs_find_best_sec()
795 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
1647 ctx->selected_flavor = RPC_AUTH_MAXFLAVOR; in nfs_init_fs_context()
10381 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10417 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10422 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10424 if (flavor != RPC_AUTH_MAXFLAVOR) { in nfs41_find_root_sec()10432 if (flavor == RPC_AUTH_MAXFLAVOR) in nfs41_find_root_sec()
3150 return (op_encode_hdr_size + RPC_AUTH_MAXFLAVOR * in nfsd4_secinfo_rsize()
2621 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()