Home | History | Annotate | Download | only in sunrpc

Lines Matching refs:rpc_task

112 	u32 *			(*crmarshal)(struct rpc_task *, u32 *);
113 int (*crrefresh)(struct rpc_task *);
114 u32 * (*crvalidate)(struct rpc_task *, u32 *);
115 int (*crwrap_req)(struct rpc_task *, kxdrproc_t,
117 int (*crunwrap_resp)(struct rpc_task *, kxdrproc_t,
133 struct rpc_cred * rpcauth_bindcred(struct rpc_task *);
134 void rpcauth_holdcred(struct rpc_task *);
136 void rpcauth_unbindcred(struct rpc_task *);
137 u32 * rpcauth_marshcred(struct rpc_task *, u32 *);
138 u32 * rpcauth_checkverf(struct rpc_task *, u32 *);
139 int rpcauth_wrap_req(struct rpc_task *task, kxdrproc_t encode, void *rqstp, u32 *data, void *obj);
140 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, u32 *data, void *obj);
141 int rpcauth_refreshcred(struct rpc_task *);
142 void rpcauth_invalcred(struct rpc_task *);
143 int rpcauth_uptodatecred(struct rpc_task *);