Lines Matching refs:rpc_task
134 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
135 __be32 * (*crmarshal)(struct rpc_task *, __be32 *);
136 int (*crrefresh)(struct rpc_task *);
137 __be32 * (*crvalidate)(struct rpc_task *, __be32 *);
138 int (*crwrap_req)(struct rpc_task *, kxdreproc_t,
140 int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t,
173 struct rpc_cred * rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *, int);
175 __be32 * rpcauth_marshcred(struct rpc_task *, __be32 *);
176 __be32 * rpcauth_checkverf(struct rpc_task *, __be32 *);
177 int rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *data, void *…
178 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, voi…
179 int rpcauth_refreshcred(struct rpc_task *);
180 void rpcauth_invalcred(struct rpc_task *);
181 int rpcauth_uptodatecred(struct rpc_task *);