Lines Matching refs:rpc_task
149 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
150 __be32 * (*crmarshal)(struct rpc_task *, __be32 *);
151 int (*crrefresh)(struct rpc_task *);
152 __be32 * (*crvalidate)(struct rpc_task *, __be32 *);
153 int (*crwrap_req)(struct rpc_task *, kxdreproc_t,
155 int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t,
189 struct rpc_cred * rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *, int);
191 __be32 * rpcauth_marshcred(struct rpc_task *, __be32 *);
192 __be32 * rpcauth_checkverf(struct rpc_task *, __be32 *);
193 int rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *data, void *…
194 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, voi…
195 int rpcauth_refreshcred(struct rpc_task *);
196 void rpcauth_invalcred(struct rpc_task *);
197 int rpcauth_uptodatecred(struct rpc_task *);