Lines Matching defs:call
74 * Retransmit terminal ACK or ABORT of the previous call.
108 /* If the last call got moved on whilst we were waiting to run, just
198 struct rxrpc_call *call;
204 call = conn->channels[i].call;
205 if (call)
206 rxrpc_set_call_completion(call,
216 * mark a call as being on a now-secured channel
219 static void rxrpc_call_is_secure(struct rxrpc_call *call)
221 if (call && __rxrpc_call_state(call) == RXRPC_CALL_SERVER_SECURING) {
222 rxrpc_set_call_state(call, RXRPC_CALL_SERVER_RECV_REQUEST);
223 rxrpc_notify_socket(call);
261 /* Offload call state flipping to the I/O thread. As
289 * Process delayed final ACKs that we haven't subsumed into a subsequent call.
372 * - this includes challenges, responses, some aborts and call terminal packet
436 rxrpc_call_is_secure(conn->channels[loop].call);