Lines Matching refs:task
35 static void rpc_tls_probe_call_prepare(struct rpc_task *task, void *data) in rpc_tls_probe_call_prepare() argument
37 task->tk_flags &= ~RPC_TASK_NO_RETRANS_TIMEOUT; in rpc_tls_probe_call_prepare()
38 rpc_call_start(task); in rpc_tls_probe_call_prepare()
41 static void rpc_tls_probe_call_done(struct rpc_task *task, void *data) in rpc_tls_probe_call_done() argument
62 struct rpc_task *task; in tls_probe() local
65 task = rpc_run_task(&task_setup_data); in tls_probe()
66 if (IS_ERR(task)) in tls_probe()
67 return PTR_ERR(task); in tls_probe()
68 status = task->tk_status; in tls_probe()
69 rpc_put_task(task); in tls_probe()
99 static int tls_marshal(struct rpc_task *task, struct xdr_stream *xdr) in tls_marshal() argument
115 static int tls_refresh(struct rpc_task *task) in tls_refresh() argument
117 set_bit(RPCAUTH_CRED_UPTODATE, &task->tk_rqstp->rq_cred->cr_flags); in tls_refresh()
121 static int tls_validate(struct rpc_task *task, struct xdr_stream *xdr) in tls_validate() argument