Lines Matching refs:rpc_task
138 struct rpc_cred * (*crbind)(struct rpc_task *, struct rpc_cred *, int);
139 __be32 * (*crmarshal)(struct rpc_task *, __be32 *);
140 int (*crrefresh)(struct rpc_task *);
141 __be32 * (*crvalidate)(struct rpc_task *, __be32 *);
142 int (*crwrap_req)(struct rpc_task *, kxdreproc_t,
144 int (*crunwrap_resp)(struct rpc_task *, kxdrdproc_t,
177 struct rpc_cred * rpcauth_generic_bind_cred(struct rpc_task *, struct rpc_cred *, int);
179 __be32 * rpcauth_marshcred(struct rpc_task *, __be32 *);
180 __be32 * rpcauth_checkverf(struct rpc_task *, __be32 *);
181 int rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, __be32 *data, void *…
182 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, __be32 *data, voi…
183 int rpcauth_refreshcred(struct rpc_task *);
184 void rpcauth_invalcred(struct rpc_task *);
185 int rpcauth_uptodatecred(struct rpc_task *);