Searched refs:RPC_MAXFLAVOR (Results 1 – 1 of 1) sorted by relevance
21 #define RPC_MAXFLAVOR 8 macro23 static struct rpc_authops * auth_flavors[RPC_MAXFLAVOR] = {34 if ((flavor = ops->au_flavor) >= RPC_MAXFLAVOR) in rpcauth_register()47 if ((flavor = ops->au_flavor) >= RPC_MAXFLAVOR) in rpcauth_unregister()60 if (flavor >= RPC_MAXFLAVOR || !(ops = auth_flavors[flavor])) in rpcauth_create()