Lines Matching refs:rpc_cred
48 struct rpc_cred { struct
115 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
116 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
121 struct rpc_cred *);
126 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
127 void (*crdestroy)(struct rpc_cred *);
129 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
139 int (*crkey_timeout)(struct rpc_cred *);
140 char * (*crstringify_acceptor)(struct rpc_cred *);
161 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
162 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
163 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
164 void put_rpccred(struct rpc_cred *);
184 char * rpcauth_stringify_acceptor(struct rpc_cred *);
187 struct rpc_cred *get_rpccred(struct rpc_cred *cred) in get_rpccred()