handle_connection_error
void handle_connection_error(connection_t *, uint32_t, int);
handle_connection_error(conn, ISCSI_STATUS_TARGET_ERROR, NO_LOGOUT);
handle_connection_error(pdu->pdu_connection,
handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
handle_connection_error(conn,
handle_connection_error(conn, ISCSI_STATUS_TARGET_ERROR,
handle_connection_error(req_ccb->ccb_connection,
handle_connection_error(conn, ISCSI_STATUS_PDUS_LOST,
handle_connection_error(conn, ISCSI_STATUS_SOCKET_ERROR,
handle_connection_error(conn, ISCSI_STATUS_PROTOCOL_ERROR,
handle_connection_error(conn, ISCSI_STATUS_NO_RESOURCES, NO_LOGOUT);
handle_connection_error(conn, ISCSI_STATUS_TIMEOUT, NO_LOGOUT);
handle_connection_error(conn,
handle_connection_error(conn, ISCSI_STATUS_SOCKET_ERROR, NO_LOGOUT);
handle_connection_error(conn, ISCSI_STATUS_PROTOCOL_ERROR,
handle_connection_error(conn, rc, LOGOUT_CONNECTION);