Lines Matching refs:rpc_cred

62 struct rpc_cred {  struct
133 struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
134 struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
140 struct rpc_cred *);
145 int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
146 void (*crdestroy)(struct rpc_cred *);
148 int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
149 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
157 int (*crkey_timeout)(struct rpc_cred *);
158 bool (*crkey_to_expire)(struct rpc_cred *);
159 char * (*crstringify_acceptor)(struct rpc_cred *);
172 struct rpc_cred * rpc_lookup_cred(void);
173 struct rpc_cred * rpc_lookup_cred_nonblock(void);
174 struct rpc_cred * rpc_lookup_generic_cred(struct auth_cred *, int, gfp_t);
175 struct rpc_cred * rpc_lookup_machine_cred(const char *service_name);
186 struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
187 void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const stru…
188 struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
189 struct rpc_cred * rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *, int);
190 void put_rpccred(struct rpc_cred *);
202 struct rpc_cred *);
203 bool rpcauth_cred_key_to_expire(struct rpc_auth *, struct rpc_cred *);
204 char * rpcauth_stringify_acceptor(struct rpc_cred *);
207 struct rpc_cred * get_rpccred(struct rpc_cred *cred) in get_rpccred()
224 static inline struct rpc_cred *
225 get_rpccred_rcu(struct rpc_cred *cred) in get_rpccred_rcu()