Searched defs:rpc_cred (Results 1 - 2 of 2) sorted by relevance

/include/linux/sunrpc/
H A Dauth.h38 struct rpc_cred { struct
100 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
101 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int);
108 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
109 void (*crdestroy)(struct rpc_cred *);
111 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
112 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
132 struct rpc_cred * rpc_lookup_cred(void);
133 struct rpc_cred * rpc_lookup_machine_cre
[all...]
H A Dsched.h28 struct rpc_cred * rpc_cred; /* Credentials */ member in struct:rpc_message

Completed in 46 milliseconds