Searched refs:authtab (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth.c31 static struct auth_ops *authtab[RPC_AUTH_MAXFLAVOR] = { variable in typeref:struct:auth_ops
49 if (flavor >= RPC_AUTH_MAXFLAVOR || !(aops = authtab[flavor]) ||
91 if (flavor < RPC_AUTH_MAXFLAVOR && authtab[flavor] == NULL) {
92 authtab[flavor] = aops;
105 authtab[flavor] = NULL;

Completed in 44 milliseconds