Searched refs:RPC_AUTH_MAXFLAVOR (Results 1 – 11 of 11) sorted by relevance
36 static struct auth_ops __rcu *authtab[RPC_AUTH_MAXFLAVOR] = {47 if (flavor >= RPC_AUTH_MAXFLAVOR) in svc_get_auth_ops()123 if (flavor < RPC_AUTH_MAXFLAVOR) { in svc_auth_register()135 if (flavor < RPC_AUTH_MAXFLAVOR) in svc_auth_unregister()
32 static const struct rpc_authops __rcu *auth_flavors[RPC_AUTH_MAXFLAVOR] = {103 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor()114 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register()129 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister()144 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_get_authops()186 return RPC_AUTH_MAXFLAVOR; in rpcauth_get_pseudoflavor()
24 RPC_AUTH_MAXFLAVOR = 8, enumerator
247 return RPC_AUTH_MAXFLAVOR; in gss_svc_to_pseudoflavor()264 return RPC_AUTH_MAXFLAVOR; in gss_mech_info2flavor()
222 if (pflavor != RPC_AUTH_MAXFLAVOR && in nfs_find_best_sec()
773 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
1569 ctx->selected_flavor = RPC_AUTH_MAXFLAVOR; in nfs_init_fs_context()
10134 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10170 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10175 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()10177 if (flavor != RPC_AUTH_MAXFLAVOR) { in nfs41_find_root_sec()10185 if (flavor == RPC_AUTH_MAXFLAVOR) in nfs41_find_root_sec()
2950 return (op_encode_hdr_size + RPC_AUTH_MAXFLAVOR * in nfsd4_secinfo_rsize()
4375 } else if (pf < RPC_AUTH_MAXFLAVOR) { in nfsd4_do_encode_secinfo()
2367 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()
Completed in 58 milliseconds