Home | History | Annotate | Download | only in sunrpc

Lines Matching refs:rpc_cred

36 struct rpc_cred {
102 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
103 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);
131 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
132 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
133 struct rpc_cred * rpcauth_bindcred(struct rpc_task *);
135 void put_rpccred(struct rpc_cred *);
148 struct rpc_cred * get_rpccred(struct rpc_cred *cred)