Lines Matching refs:state
20 * Set the completion state on an aborted connection.
28 if (conn->state != RXRPC_CONN_ABORTED) {
30 if (conn->state != RXRPC_CONN_ABORTED) {
34 /* Order the abort info before the state change. */
35 smp_store_release(&conn->state, RXRPC_CONN_ABORTED);
236 if (conn->state == RXRPC_CONN_ABORTED)
256 if (conn->state == RXRPC_CONN_SERVICE_CHALLENGING)
257 conn->state = RXRPC_CONN_SERVICE;
260 if (conn->state == RXRPC_CONN_SERVICE) {
261 /* Offload call state flipping to the I/O thread. As
432 if (conn->state != RXRPC_CONN_SERVICE)