list_pseudoflavors  118 include/linux/sunrpc/auth.h 	int			(*list_pseudoflavors)(rpc_authflavor_t *, int);
list_pseudoflavors  251 net/sunrpc/auth.c 		if (ops->list_pseudoflavors == NULL) {
list_pseudoflavors  255 net/sunrpc/auth.c 		len = ops->list_pseudoflavors(pseudos, ARRAY_SIZE(pseudos));
list_pseudoflavors 2159 net/sunrpc/auth_gss/auth_gss.c 	.list_pseudoflavors = gss_mech_list_pseudoflavors,