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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/
H A Dauth.c21 static struct rpc_authops * auth_flavors[RPC_AUTH_MAXFLAVOR] = { variable in typeref:struct:rpc_authops
41 if (auth_flavors[flavor] != NULL)
43 auth_flavors[flavor] = ops;
54 if (auth_flavors[flavor] != ops)
56 auth_flavors[flavor] = NULL;
72 if ((ops = auth_flavors[flavor]) == NULL)
75 if ((ops = auth_flavors[flavor]) == NULL)

Completed in 102 milliseconds