Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsvcauth.c31 static struct auth_ops *authtab[RPC_AUTH_MAXFLAVOR] = {
49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) || in svc_authenticate()
93 if (flavor < RPC_AUTH_MAXFLAVOR && authtab[flavor] == NULL) { in svc_auth_register()
106 if (flavor < RPC_AUTH_MAXFLAVOR) in svc_auth_unregister()
Dauth.c33 static const struct rpc_authops *auth_flavors[RPC_AUTH_MAXFLAVOR] = {
89 if (flavor > RPC_AUTH_MAXFLAVOR) in pseudoflavor_to_flavor()
100 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_register()
118 if ((flavor = ops->au_flavor) >= RPC_AUTH_MAXFLAVOR) in rpcauth_unregister()
152 return RPC_AUTH_MAXFLAVOR; in rpcauth_get_pseudoflavor()
180 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_get_gssinfo()
220 for (flavor = 0; flavor < RPC_AUTH_MAXFLAVOR; flavor++) { in rpcauth_list_flavors()
264 if (flavor >= RPC_AUTH_MAXFLAVOR) in rpcauth_create()
/linux-4.4.14/include/linux/sunrpc/
Dmsg_prot.h27 RPC_AUTH_MAXFLAVOR = 8, enumerator
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_mech_switch.c293 return RPC_AUTH_MAXFLAVOR; in gss_svc_to_pseudoflavor()
310 return RPC_AUTH_MAXFLAVOR; in gss_mech_info2flavor()
/linux-4.4.14/fs/nfs/
Dnfs4namespace.c171 if (pflavor != RPC_AUTH_MAXFLAVOR && in nfs_find_best_sec()
Dsuper.c931 data->selected_flavor = RPC_AUTH_MAXFLAVOR; in nfs_alloc_parsed_mount_data()
1681 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs_verify_authflavors()
Dnfs4proc.c8342 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
8378 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
8383 flavor = RPC_AUTH_MAXFLAVOR; in nfs41_find_root_sec()
8385 if (flavor != RPC_AUTH_MAXFLAVOR) { in nfs41_find_root_sec()
8393 if (flavor == RPC_AUTH_MAXFLAVOR) in nfs41_find_root_sec()
/linux-4.4.14/fs/nfsd/
Dnfs4xdr.c3736 } else if (pf < RPC_AUTH_MAXFLAVOR) { in nfsd4_do_encode_secinfo()
Dnfs4state.c1931 return (cr->cr_flavor > RPC_AUTH_MAXFLAVOR); in is_gss_cred()