|
@@ -167,6 +167,7 @@ void rpc_destroy_authunix(void);
|
|
|
|
|
|
struct rpc_cred * rpc_lookup_cred(void);
|
|
struct rpc_cred * rpc_lookup_cred(void);
|
|
struct rpc_cred * rpc_lookup_cred_nonblock(void);
|
|
struct rpc_cred * rpc_lookup_cred_nonblock(void);
|
|
|
|
+struct rpc_cred * rpc_lookup_generic_cred(struct auth_cred *, int, gfp_t);
|
|
struct rpc_cred * rpc_lookup_machine_cred(const char *service_name);
|
|
struct rpc_cred * rpc_lookup_machine_cred(const char *service_name);
|
|
int rpcauth_register(const struct rpc_authops *);
|
|
int rpcauth_register(const struct rpc_authops *);
|
|
int rpcauth_unregister(const struct rpc_authops *);
|
|
int rpcauth_unregister(const struct rpc_authops *);
|